Make two functions static

Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-03-20 18:27:49 -04:00 committed by Ian Stakenvicius
parent ef0ac643c8
commit 07403f0707

View 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"