summaryrefslogtreecommitdiffstats
path: root/src/afb-xreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-xreq.h')
-rw-r--r--src/afb-xreq.h2
1 files changed, 2 insertions, 0 deletions
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);