X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-evt.h;h=901bfbb20893c2062c0e1efe9d0f2ff696ba491d;hb=1a6a680c413b21eeb781a92d0fee7ee6e5fb619b;hp=a6bfda1e033eb53cec87b98ef28c9e3a9a8082cb;hpb=7682c2aacb3efd6abed3dee43f8a03d7646d8153;p=src%2Fapp-framework-binder.git diff --git a/src/afb-evt.h b/src/afb-evt.h index a6bfda1e..901bfbb2 100644 --- a/src/afb-evt.h +++ b/src/afb-evt.h @@ -18,6 +18,7 @@ #pragma once struct afb_event; +struct afb_eventid; struct afb_evtid; struct afb_session; struct json_object; @@ -67,6 +68,7 @@ extern void afb_evt_update_hooks(); extern struct afb_eventid *afb_evt_eventid_create(const char *fullname); extern const char *afb_evt_eventid_fullname(struct afb_eventid *eventid); extern int afb_evt_eventid_id(struct afb_eventid *eventid); +extern struct afb_eventid *afb_evt_eventid_addref(struct afb_eventid *eventid); extern void afb_evt_eventid_unref(struct afb_eventid *eventid); extern int afb_evt_eventid_push(struct afb_eventid *eventid, struct json_object *object);