diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-04-02 11:24:29 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-04-02 11:24:29 +0200 |
commit | be16842c8756bf527f35fabac4ecc5beb215c411 (patch) | |
tree | a794e07b5566a2bfeac6859a227abe26d933fda3 /Common/AudioCommonLib.h | |
parent | 96af1f5703eefd3ee172a93c75f60b1574f152a7 (diff) |
Fixed afb_service_call_sync added optional values retrieval within UCM get
Diffstat (limited to 'Common/AudioCommonLib.h')
-rw-r--r-- | Common/AudioCommonLib.h | 2 |
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 */ |