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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/afb-subcall.h b/src/afb-subcall.h
index bf3d8cd1..082b02c8 100644
--- a/src/afb-subcall.h
+++ b/src/afb-subcall.h
@@ -28,10 +28,3 @@ extern void afb_subcall(
void (*callback)(void*, int, struct json_object*),
void *closure);
-extern int afb_subcall_sync(
- struct afb_xreq *caller,
- const char *api,
- const char *verb,
- struct json_object *args,
- struct json_object **result);
-