X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-xreq.h;h=4978f0a577cd882fa54b3c51f156d9e92636de41;hb=770ca7e254bba07bb7d1ade4fa95afed7a7f7693;hp=f7ca03b520c5e2eba3f31a758bf9156c2295709f;hpb=dd4c9c11ba5e1f9068ddd20e06db6dca067f01b9;p=src%2Fapp-framework-binder.git diff --git a/src/afb-xreq.h b/src/afb-xreq.h index f7ca03b5..4978f0a5 100644 --- a/src/afb-xreq.h +++ b/src/afb-xreq.h @@ -94,6 +94,8 @@ struct afb_xreq extern struct afb_req afb_xreq_unstore(struct afb_stored_req *sreq); extern void afb_xreq_addref(struct afb_xreq *xreq); extern void afb_xreq_unref(struct afb_xreq *xreq); +extern void afb_xreq_unhooked_addref(struct afb_xreq *xreq); +extern void afb_xreq_unhooked_unref(struct afb_xreq *xreq); extern struct json_object *afb_xreq_json(struct afb_xreq *xreq);