aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-msg-json.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-06-02 15:38:13 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-06-02 15:38:13 +0200
commitd3c80685ed6067f4899635c0328bbd8b70a2ed90 (patch)
treed2e0a04cc8ccf032ec8f8893252d47cfb74d1e84 /src/afb-msg-json.h
parent16899582de97ffa492768e5d96cec813f44417ea (diff)
Localize construction of afb_arg
Change-Id: I08f1bc228c419243044949aa3c4094873932d3f2 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
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();