From 13549775092afa9215de8468e34f6d194c2fd8db Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 5 Apr 2016 15:25:28 +0200 Subject: new main loop in place MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If297e0a76e74422d456447be52cca460c9e237b3 Signed-off-by: José Bollo --- include/afb-plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afb-plugin.h') 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); -- cgit 1.2.3-korg