summaryrefslogtreecommitdiff
path: root/src/mtouch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtouch.h')
-rw-r--r--src/mtouch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mtouch.h b/src/mtouch.h
index 5edc6e5..c56e5a3 100644
--- a/src/mtouch.h
+++ b/src/mtouch.h
@@ -22,6 +22,7 @@ int open_mtouch(struct MTouch *mt, int fd);
22int close_mtouch(struct MTouch *mt, int fd); 22int close_mtouch(struct MTouch *mt, int fd);
23 23
24bool read_synchronized_event(struct MTouch *mt, int fd); 24bool read_synchronized_event(struct MTouch *mt, int fd);
25void parse_event(struct MTouch *mt);
25 26
26//////////////////////////////////////////////////////// 27////////////////////////////////////////////////////////
27 28