replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / resource / csdk / stack / samples / linux / SimpleClientServer / common.h
1 #ifndef COMMON_H_
2 #define COMMON_H_
3
4 const char *getResult(OCStackResult result);
5 void StripNewLineChar(char* str);
6
7 #endif