chiark / gitweb /
Make two functions static
[elogind.git] / src / udev / keymap / keymap.c
index 27aaf6b670fb21034c348ae75e2e9b2e7b0a1934..ae0a19d3a3e2d913976c65852cc94bee5194d725 100644 (file)
@@ -36,7 +36,7 @@
 #include <linux/limits.h>
 #include <linux/input.h>
 
-const struct key* lookup_key (const char *str, unsigned int len);
+static const struct key* lookup_key (const char *str, unsigned int len);
 
 #include "keys-from-name.h"
 #include "keys-to-name.h"