summaryrefslogtreecommitdiffstats
path: root/src/afb-subcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-subcall.h')
-rw-r--r--src/afb-subcall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-subcall.h b/src/afb-subcall.h
index 8fbc4ad8..0de51dae 100644
--- a/src/afb-subcall.h
+++ b/src/afb-subcall.h
@@ -23,4 +23,5 @@ struct json_object;
extern void afb_subcall(struct afb_context *context, const char *api, const char *verb, struct json_object *args, void (*callback)(void*, int, struct json_object*), void *closure, struct afb_req req);
+extern void afb_subcall_internal_error(void (*callback)(void*, int, struct json_object*), void *closure);