Fix build error 59/190659/1
authorDaehyeon Jung <darrenh.jung@samsung.com>
Thu, 4 Oct 2018 11:43:31 +0000 (20:43 +0900)
committerDaehyeon Jung <darrenh.jung@samsung.com>
Thu, 4 Oct 2018 11:43:50 +0000 (20:43 +0900)
Change-Id: Ica9fcde65d0dabfafd311e64a295b200fdd4b806
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
src/mdg-manager/include/mdgd_util.h
src/mdg-manager/src/mdgd_iot_server.cpp

index c1ef73cc4b78b3cc86086b22b5ec7ed981f59cf8..3cf2212a612cdae81e2d69343ae70a64852f6a2e 100644 (file)
@@ -44,7 +44,7 @@ GVariant *mdgd_create_variant_dummy();
 mdgd_device_t *mdgd_get_device_from_variant(GVariant *va);
 int mdgd_util_get_msg_id();
 void mdgd_util_data_encode(const char *data, int data_len, char **encoded_data, int *encoded_len);
-
+void mdgd_util_data_decode(const char *data, int data_len, char **decoded_data, int *decoded_len);
 #ifdef __cplusplus
 }
 #endif
index 39d6e8a22dafbec237b748d03f7d439d8b556f26..f9b49e8a0d3bf65dd0241247dd630ae6498fc915 100644 (file)
@@ -37,6 +37,7 @@
 #include <mdgd_gdbus.h>
 #include <mdgd_group.h>
 #include <mdgd_iot.h>
+#include <mdgd_util.h>
 
 #include "OCApi.h"
 #include "OCPlatform.h"