mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-11 17:31:10 +07:00
Make two functions static
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
This commit is contained in:
parent
ef0ac643c8
commit
07403f0707
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user