summaryrefslogtreecommitdiffstats
path: root/evdev.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-12-17 05:59:34 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2012-12-17 05:59:34 +0100
commitefe183510c43969584db8262c89c1b8701fd01ab (patch)
tree6ba7a888606e63790a45e4c52d42262661788b82 /evdev.h
downloadevdev-keylogger-master.tar.xz
evdev-keylogger-master.zip
Initial commit.HEADmaster
Diffstat (limited to 'evdev.h')
-rw-r--r--evdev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/evdev.h b/evdev.h
new file mode 100644
index 0000000..33ff29c
--- /dev/null
+++ b/evdev.h
@@ -0,0 +1,3 @@
+#include <sys/types.h>
+
+int find_default_keyboard(char *buffer, size_t buffer_len);