diff options
Diffstat (limited to 'console-client/xkb/xkb.h')
-rw-r--r-- | console-client/xkb/xkb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/xkb/xkb.h b/console-client/xkb/xkb.h index e38b5ae7..bfc93a53 100644 --- a/console-client/xkb/xkb.h +++ b/console-client/xkb/xkb.h @@ -404,7 +404,7 @@ int vmod_find (char *vmodname); error_t vmod_add (char *vmodname); /* Initialize the list for keysyms to realmodifiers mappings. */ -void ksrm_init (); +void ksrm_init (void); /* Add keysym to realmodifier mapping. */ error_t ksrm_add (symbol ks, int rmod); |