summaryrefslogtreecommitdiffstats
path: root/minui/events.c
diff options
context:
space:
mode:
Diffstat (limited to 'minui/events.c')
-rw-r--r--minui/events.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/minui/events.c b/minui/events.c
index fe364bf01..008a7d8d8 100644
--- a/minui/events.c
+++ b/minui/events.c
@@ -132,6 +132,11 @@ int ev_add_fd(int fd, ev_callback cb, void *data)
return ret;
}
+int ev_get_epollfd(void)
+{
+ return epollfd;
+}
+
void ev_exit(void)
{
while (ev_count > 0) {