X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=src%2Fafb-evt.h;h=47c55815a36560c89a6f8e17e46b627696c9b1e2;hp=4ccd8f4895a65d146d44d581bd1b44e5f58b84c4;hb=5b5968815dc672467f40ed6b49f05a590bdb8b4d;hpb=6fe59e27c0640462f92133106b4d4d52d77683f9 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); };