X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fudev%2Fkeymap%2Fkeymap.c;fp=src%2Fudev%2Fkeymap%2Fkeymap.c;h=ae0a19d3a3e2d913976c65852cc94bee5194d725;hp=27aaf6b670fb21034c348ae75e2e9b2e7b0a1934;hb=131c01dbe9b5f71f8c913d1ebb10c926a47ac6a6;hpb=4750fade135aed733aa7a5fda7c670e6b4391538 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 #include -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"