Merge branch 'master' into easysetup & CBOR changes
[platform/upstream/iotivity.git] / service / easy-setup / sdk / mediator / inc / provisioninghandler.h
index 6be7bc2..f4380e8 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
+
 #ifndef __PROVISIONING_HANDLER_H_
 #define __PROVISIONING_HANDLER_H_
 
+
+#include "octypes.h"
+
 #include "logger.h"
 #include "ocstack.h"
 #include "common.h"
@@ -56,7 +60,7 @@ OCStackApplicationResult GetProvisioningStatusResponse(void* ctx,
         OCDoHandle handle, OCClientResponse * clientResponse);
 
 OCStackResult InvokeOCDoResource(const char* query, OCMethod method,
-        OCQualityOfService qos, OCClientResponseHandler cb, const char* request,
+        OCQualityOfService qos, OCClientResponseHandler cb,OCRepPayload * request,
         OCHeaderOption * options, uint8_t numOptions);
 
 OCStackResult GetProvisioningStatus(OCQualityOfService qos, const char* query);