summaryrefslogtreecommitdiffstats
path: root/minui/minui.h
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-09-02 20:51:31 +0200
committerDima Zavin <dima@android.com>2011-09-02 23:55:20 +0200
commit365836736cfbf6b69f76b6d698b2a0beef935478 (patch)
tree05af8d11678dc6652e47a3f36ae500327e1c28c5 /minui/minui.h
parentminui: events: refactor event acquisition (diff)
downloadandroid_bootable_recovery-365836736cfbf6b69f76b6d698b2a0beef935478.tar
android_bootable_recovery-365836736cfbf6b69f76b6d698b2a0beef935478.tar.gz
android_bootable_recovery-365836736cfbf6b69f76b6d698b2a0beef935478.tar.bz2
android_bootable_recovery-365836736cfbf6b69f76b6d698b2a0beef935478.tar.lz
android_bootable_recovery-365836736cfbf6b69f76b6d698b2a0beef935478.tar.xz
android_bootable_recovery-365836736cfbf6b69f76b6d698b2a0beef935478.tar.zst
android_bootable_recovery-365836736cfbf6b69f76b6d698b2a0beef935478.zip
Diffstat (limited to 'minui/minui.h')
-rw-r--r--minui/minui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/minui/minui.h b/minui/minui.h
index 5a4168c46..cb1ed6588 100644
--- a/minui/minui.h
+++ b/minui/minui.h
@@ -49,6 +49,7 @@ typedef int (*ev_callback)(int fd, short revents, void *data);
int ev_init(ev_callback input_cb, void *data);
void ev_exit(void);
+int ev_add_fd(int fd, ev_callback cb, void *data);
/* timeout has the same semantics as for poll
* 0 : don't block