summaryrefslogtreecommitdiffstats
path: root/Common/AudioCommonLib.h
diff options
context:
space:
mode:
authorfulup <fulup.arfoll@iot.bzh>2017-04-02 12:14:27 +0200
committerfulup <fulup.arfoll@iot.bzh>2017-04-02 12:14:27 +0200
commitc75c329e08f4c189419aa4c5607f38890885b46c (patch)
treeb59f8c28b1bf5dd8a9516603116ac291b458e742 /Common/AudioCommonLib.h
parent228e67731c2772538dcedf6617e74130934428ed (diff)
parentbe16842c8756bf527f35fabac4ecc5beb215c411 (diff)
Merge branch 'master' of github.com:iotbzh/audio-bindings
Diffstat (limited to 'Common/AudioCommonLib.h')
-rw-r--r--Common/AudioCommonLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/AudioCommonLib.h b/Common/AudioCommonLib.h
index ebee389..ffefbfc 100644
--- a/Common/AudioCommonLib.h
+++ b/Common/AudioCommonLib.h
@@ -61,7 +61,7 @@ typedef enum {
} halCtlsEnumT;
PUBLIC int cbCheckResponse(struct afb_req request, int iserror, struct json_object *result) ;
-PUBLIC json_object* afb_service_call_sync(struct afb_service srvitf, struct afb_req request, char* api, char* verb, struct json_object* queryurl, void *handle);
+PUBLIC json_object* afb_service_call_sync(struct afb_service srvitf, struct afb_req request, char* api, char* verb, struct json_object* queryurl);
PUBLIC void pingtest(struct afb_req request);
#endif /* AUDIOCOMMON_H */