diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-20 18:27:49 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-20 19:16:01 -0400 |
commit | 131c01dbe9b5f71f8c913d1ebb10c926a47ac6a6 (patch) | |
tree | 943be36d1c02010f2c80f324c9d285e2ea1d8746 /src/udev | |
parent | 4750fade135aed733aa7a5fda7c670e6b4391538 (diff) |
Make two functions static
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/keymap/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/keymap/keymap.c b/src/udev/keymap/keymap.c index 27aaf6b670..ae0a19d3a3 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" |