Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / resource / csdk / stack / samples / linux / secure / common.h
index ac73c1d..ea899c3 100644 (file)
@@ -26,9 +26,6 @@
 /* Get the result in string format. */
 const char *getResult(OCStackResult result);
 
-/* Read the credentials from persistent storage and provide to OC stack. */
-OCStackResult SetCredentials(const char* filename);
-
 /* Removes the new line character from a NULL terminated C string. */
 void StripNewLineChar(char* str);