X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-xreq.h;h=42307742f8f5f4a06dfcbbfb45b0a2ed70d5c6da;hb=c6380108964e71f533d8c672bb9c217020a95e8d;hp=a37b6bfd72008aa25db12f8cf56836a0a033d2db;hpb=d3c80685ed6067f4899635c0328bbd8b70a2ed90;p=src%2Fapp-framework-binder.git diff --git a/src/afb-xreq.h b/src/afb-xreq.h index a37b6bfd..42307742 100644 --- a/src/afb-xreq.h +++ b/src/afb-xreq.h @@ -27,6 +27,8 @@ struct afb_apiset; struct afb_event; struct afb_verb_desc_v1; struct afb_verb_v2; +struct afb_req; +struct afb_stored_req; struct afb_xreq_query_itf { struct json_object *(*json)(struct afb_xreq *xreq); @@ -85,6 +87,7 @@ struct afb_xreq #define CONTAINER_OF_XREQ(type,x) CONTAINER_OF(type,xreq,x) /* req wrappers for 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);