aboutsummaryrefslogtreecommitdiffhomepage
path: root/evdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'evdev.c')
-rw-r--r--evdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/evdev.c b/evdev.c
index 2d179d2..8cc4aa4 100644
--- a/evdev.c
+++ b/evdev.c
@@ -19,11 +19,11 @@
#include "evdev.h"
-typedef struct applause_evdev {
+struct applause_evdev {
int fd;
jack_ringbuffer_t *buffer;
pthread_t thread;
-} applause_evdev;
+};
char *
applause_evdev_getname(const char *node)