Implement APIs for topic notification.
[platform/upstream/iotivity.git] / service / notification / src / provider / NSProviderResource.h
index 7c868c2..3e273b9 100644 (file)
@@ -42,6 +42,6 @@ NSResult NSPutMessageResource(NSMessage *msg, OCResourceHandle * handle);
 
 NSResult NSPutSyncResource(NSSyncInfo *sync, OCResourceHandle * handle);
 
-NSResult NSPutTopicResource(NSTopicList **topicList, OCResourceHandle * handle);
+NSResult NSPutTopicResource(NSTopicList *topicList, OCResourceHandle * handle);
 
 #endif /* _NS_PROVIDER_RESOURCE_H_ */