diff options
Diffstat (limited to 'include/afb-plugin.h')
-rw-r--r-- | include/afb-plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb-plugin.h b/include/afb-plugin.h index ba86e181..4064f9e9 100644 --- a/include/afb-plugin.h +++ b/include/afb-plugin.h @@ -67,7 +67,7 @@ struct AFB_interface { int verbosity; enum AFB_Mode mode; - struct afb_poll (*poll_open)(int fd, uint32_t events, void (*process)(void *closure, int fd, uint32_t events), void *closure); + struct afb_poll (*poll_open)(int fd, void *closure); }; extern const struct AFB_plugin *pluginRegister (const struct AFB_interface *interface); |