aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-evt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-evt.h')
-rw-r--r--src/afb-evt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-evt.h b/src/afb-evt.h
index 4ccd8f48..47c55815 100644
--- a/src/afb-evt.h
+++ b/src/afb-evt.h
@@ -27,7 +27,7 @@ struct afb_evt_listener;
struct afb_evt_itf
{
void (*push)(void *closure, const char *event, int evtid, struct json_object *object);
- void (*broadcast)(void *closure, const char *event, int evtid, struct json_object *object);
+ void (*broadcast)(void *closure, const char *event, struct json_object *object);
void (*add)(void *closure, const char *event, int evtid);
void (*remove)(void *closure, const char *event, int evtid);
};