diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/evemu.h | 3 |
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 | ||
| 42 | const char *evemu_get_name(const struct evemu_device *dev); | 42 | const char *evemu_get_name(const struct evemu_device *dev); |
| 43 | 43 | ||
| 44 | int evemu_has(const struct evemu_device *dev, int type, int code); | 44 | int evemu_has_prop(const struct evemu_device *dev, int code); |
| 45 | int evemu_has_event(const struct evemu_device *dev, int type, int code); | ||
| 45 | 46 | ||
| 46 | int evemu_extract(struct evemu_device *dev, int fd); | 47 | int evemu_extract(struct evemu_device *dev, int fd); |
| 47 | int evemu_write(const struct evemu_device *dev, FILE *fp); | 48 | int evemu_write(const struct evemu_device *dev, FILE *fp); |
