summaryrefslogtreecommitdiff
path: root/openbox/translate.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-17 08:01:37 +0000
committerDana Jansens <danakj@orodu.net>2003-09-17 08:01:37 +0000
commitebe3091560a859996a9904c342c62b512b39bee0 (patch)
treefd733567f8aec40b7b9bafecc592f0da43ed47a7 /openbox/translate.h
parent16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88 (diff)
const
Diffstat (limited to 'openbox/translate.h')
-rw-r--r--openbox/translate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/translate.h b/openbox/translate.h
index 8c54d06a..6b46e98b 100644
--- a/openbox/translate.h
+++ b/openbox/translate.h
@@ -21,7 +21,7 @@
#include <glib.h>
-gboolean translate_button(gchar *str, guint *state, guint *keycode);
-gboolean translate_key(gchar *str, guint *state, guint *keycode);
+gboolean translate_button(const gchar *str, guint *state, guint *keycode);
+gboolean translate_key(const gchar *str, guint *state, guint *keycode);
#endif