diff options
Diffstat (limited to 'action.h')
-rw-r--r-- | action.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,11 +64,11 @@ typedef struct _ActionInfo struct _ActionInfo *next; } ActionInfo; -extern int HandleActionDef(ExprDef * /* def */ , +extern int HandleActionDef(const ExprDef * /* def */ , XkbDescPtr /* xkb */ , XkbAnyAction * /* action */ , unsigned /* mergeMode */ , - ActionInfo * /* info */ + const ActionInfo * /* info */ ); extern int SetActionField(XkbDescPtr /* xkb */ , |