diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/evemu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/evemu.h b/include/evemu.h index f414fdf..31107bc 100644 --- a/include/evemu.h +++ b/include/evemu.h | |||
| @@ -76,6 +76,8 @@ int evemu_read(struct evemu_device *dev, FILE *fp); | |||
| 76 | 76 | ||
| 77 | int evemu_write_event(FILE *fp, const struct input_event *ev); | 77 | int evemu_write_event(FILE *fp, const struct input_event *ev); |
| 78 | int evemu_read_event(FILE *fp, struct input_event *ev); | 78 | int evemu_read_event(FILE *fp, struct input_event *ev); |
| 79 | int evemu_read_event_realtime(FILE *fp, struct input_event *ev, | ||
| 80 | struct timeval *evtime); | ||
| 79 | 81 | ||
| 80 | int evemu_record(FILE *fp, int fd, int ms); | 82 | int evemu_record(FILE *fp, int fd, int ms); |
| 81 | int evemu_play(FILE *fp, int fd); | 83 | int evemu_play(FILE *fp, int fd); |
