diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-20 18:27:49 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-04-02 13:54:21 -0400 |
commit | 07403f07070124ec32dce1e3661a8b2235bad002 (patch) | |
tree | 59769a92f3016a7899e4beb02aa6379d17f4beb6 /src | |
parent | ef0ac643c8213f7e95c547f541d7617fc24c93cc (diff) |
Make two functions static
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/keymap/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap/keymap.c b/src/keymap/keymap.c index b350a8cd86..6e345fccd0 100644 --- a/src/keymap/keymap.c +++ b/src/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" |