summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/evemu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/evemu.h b/include/evemu.h
index 698a539..5bfcd3e 100644
--- a/include/evemu.h
+++ b/include/evemu.h
@@ -41,7 +41,8 @@ void evemu_delete(struct evemu_device *dev);
41 41
42const char *evemu_get_name(const struct evemu_device *dev); 42const char *evemu_get_name(const struct evemu_device *dev);
43 43
44int evemu_has(const struct evemu_device *dev, int type, int code); 44int evemu_has_prop(const struct evemu_device *dev, int code);
45int evemu_has_event(const struct evemu_device *dev, int type, int code);
45 46
46int evemu_extract(struct evemu_device *dev, int fd); 47int evemu_extract(struct evemu_device *dev, int fd);
47int evemu_write(const struct evemu_device *dev, FILE *fp); 48int evemu_write(const struct evemu_device *dev, FILE *fp);