Update copyright dates
[src/app-framework-binder.git] / src / afb-msg-json.h
index f1d20be..1ad005c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2015-2020 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
 #pragma once
 
 struct json_object;
+struct afb_context;
+struct afb_arg;
 
-extern struct json_object *afb_msg_json_reply(const char *status, const char *info, struct json_object *resp, const char *token, const char *uuid);
+extern struct json_object *afb_msg_json_reply(struct json_object *resp, const char *status, const char *info, struct afb_context *context);
 
 extern struct json_object *afb_msg_json_event(const char *event, struct json_object *object);