From be16842c8756bf527f35fabac4ecc5beb215c411 Mon Sep 17 00:00:00 2001 From: fulup Date: Sun, 2 Apr 2017 11:24:29 +0200 Subject: Fixed afb_service_call_sync added optional values retrieval within UCM get --- Common/AudioCommonLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common/AudioCommonLib.h') 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 */ -- cgit 1.2.3-korg