Merge branch 'master' into notification-service
[platform/upstream/iotivity.git] / service / notification / src / provider / NSProviderScheduler.h
index 8d89db5..961e193 100755 (executable)
@@ -32,6 +32,7 @@
 #include "logger.h"\r
 #include "oic_malloc.h"\r
 #include "oic_string.h"\r
+#include "NSUtil.h"\r
 \r
 extern NSTask* NSHeadMsg[THREAD_COUNT]; // Current MSG;\r
 extern NSTask* NSTailMsg[THREAD_COUNT]; // Recently MSG;\r
@@ -51,5 +52,6 @@ bool NSInitScheduler();
 bool NSStartScheduler();\r
 bool NSStopScheduler();\r
 void NSPushQueue(NSSchedulerType, NSTaskType, void*);\r
+void NSFreeData(NSSchedulerType, NSTask * );\r
 \r
 #endif /* _PROVIDER_SCHEDULER_H_ */\r