diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-21 11:12:41 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-21 12:44:29 +0100 |
commit | e4f582781690edbee5a29fd416b0f3b4b2e9d14e (patch) | |
tree | 287ba4f959d76eaf0852365f5e85ab25d3080ee4 /plugins | |
parent | 98f5843474dcec55827279b6f42007341c171ae0 (diff) |
Fixe
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/samples/HelloWorld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/samples/HelloWorld.c b/plugins/samples/HelloWorld.c index 5638b427..870225b1 100644 --- a/plugins/samples/HelloWorld.c +++ b/plugins/samples/HelloWorld.c @@ -57,7 +57,7 @@ STATIC json_object* pingBug (AFB_request *request) { // For samples https://linuxprograms.wordpress.com/2010/05/20/json-c-libjson-tutorial/ -STATIC json_object* pingJson (AFB_session *session, AFB_request *request) { +STATIC json_object* pingJson (AFB_request *request) { json_object *jresp, *embed; jresp = json_object_new_object(); |