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