diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-01-25 11:44:56 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-01-25 11:44:56 +0000 |
commit | 0a09f2ec6455f592f6f4cb5063dff8085e56ecf8 (patch) | |
tree | d9ae533277258f6deb71206efb80bb463f7e7f43 /app/xkbcomp/action.h | |
parent | 3402c0c608f0c869f96a4671a04400617bbe0111 (diff) |
Update to xkbcomp 1.3.0
Diffstat (limited to 'app/xkbcomp/action.h')
-rw-r--r-- | app/xkbcomp/action.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xkbcomp/action.h b/app/xkbcomp/action.h index 2fb7a5eb9..983b06e20 100644 --- a/app/xkbcomp/action.h +++ b/app/xkbcomp/action.h @@ -72,8 +72,8 @@ extern int HandleActionDef(ExprDef * /* def */ , ); extern int SetActionField(XkbDescPtr /* xkb */ , - char * /* elem */ , - char * /* field */ , + const char * /* elem */ , + const char * /* field */ , ExprDef * /* index */ , ExprDef * /* value */ , ActionInfo ** /* info_rtrn */ |