aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-msg-json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-msg-json.h')
-rw-r--r--src/afb-msg-json.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/afb-msg-json.h b/src/afb-msg-json.h
index 0434e209..b2f75f2d 100644
--- a/src/afb-msg-json.h
+++ b/src/afb-msg-json.h
@@ -27,6 +27,4 @@ extern struct json_object *afb_msg_json_reply_error(const char *status, const ch
extern struct json_object *afb_msg_json_event(const char *event, struct json_object *object);
-extern struct afb_arg afb_msg_json_get_arg(struct json_object *object, const char *name);
-
extern struct json_object *afb_msg_json_internal_error();