aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtdev-iobuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mtdev-iobuf.h')
-rw-r--r--include/mtdev-iobuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mtdev-iobuf.h b/include/mtdev-iobuf.h
index 976b85b..7d4265c 100644
--- a/include/mtdev-iobuf.h
+++ b/include/mtdev-iobuf.h
@@ -33,5 +33,6 @@ struct IOBuffer {
void init_iobuf(struct IOBuffer *buf);
const struct input_event *get_iobuf_event(struct IOBuffer *buf, int fd);
+int poll_iobuf(struct IOBuffer *buf, int fd, int ms);
#endif