aboutsummaryrefslogtreecommitdiff
path: root/src/locale.h
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2018-09-08 12:10:35 +0200
committerkoekeishiya <aasvi93@hotmail.com>2018-09-08 12:10:35 +0200
commite66bfd7ae9c1ccbb3cd88f3ad253f9e2cafaeb8e (patch)
treeeef12b44ef73a154f502d36c23099188c76f3831 /src/locale.h
parentd9712b3b72db49d8afd214f95d308a1f1261aead (diff)
downloadskhd-e66bfd7ae9c1ccbb3cd88f3ad253f9e2cafaeb8e.tar.gz
skhd-e66bfd7ae9c1ccbb3cd88f3ad253f9e2cafaeb8e.zip
.
Diffstat (limited to 'src/locale.h')
-rw-r--r--src/locale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale.h b/src/locale.h
index 653bcfd..d00a72e 100644
--- a/src/locale.h
+++ b/src/locale.h
@@ -3,7 +3,7 @@
#include <stdint.h>
-bool initialize_keycode_map();
+bool initialize_keycode_map(void);
uint32_t keycode_from_char(char key);
#endif