summaryrefslogtreecommitdiff
path: root/src/udev/keymap
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-20 18:27:49 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-20 19:16:01 -0400
commit131c01dbe9b5f71f8c913d1ebb10c926a47ac6a6 (patch)
tree943be36d1c02010f2c80f324c9d285e2ea1d8746 /src/udev/keymap
parent4750fade135aed733aa7a5fda7c670e6b4391538 (diff)
Make two functions static
Diffstat (limited to 'src/udev/keymap')
-rw-r--r--src/udev/keymap/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/keymap/keymap.c b/src/udev/keymap/keymap.c
index 27aaf6b67..ae0a19d3a 100644
--- a/src/udev/keymap/keymap.c
+++ b/src/udev/keymap/keymap.c
@@ -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"