changed code to close the socket generated when initializing.
[platform/upstream/iotivity.git] / resource / csdk / connectivity / inc / caipinterface.h
index ff344f0..2caf5b1 100644 (file)
@@ -94,6 +94,11 @@ CAResult_t CAIPStartServer(const ca_thread_pool_t threadPool);
 #endif
 
 /**
+ * Close IP socket.
+ */
+void CADeInitializeIPGlobals();
+
+/**
  * Stop IP server.
  */
 void CAIPStopServer();