aboutsummaryrefslogtreecommitdiffhomepage
path: root/evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'evdev.h')
-rw-r--r--evdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/evdev.h b/evdev.h
index 764b11b..68442e3 100644
--- a/evdev.h
+++ b/evdev.h
@@ -8,6 +8,7 @@ typedef struct applause_evdev_sample {
typedef struct applause_evdev applause_evdev;
+const char *applause_dirent_name(const struct dirent *entry);
char *applause_evdev_getname(const char *node);
applause_evdev *applause_evdev_new(const char *node, bool grab);
void applause_evdev_pull(applause_evdev *evdev, applause_evdev_sample *sample);