replace dmStriCmp with dmStrCaseCmp (#31)

This commit is contained in:
Alexander Palagin
2021-02-10 08:50:09 +02:00
committed by GitHub
parent 165b7333dc
commit 7346f142fa
3 changed files with 3 additions and 18 deletions

View File

@@ -169,7 +169,5 @@ namespace dmWebsocket
#else
void DebugLog(int level, const char* fmt, ...);
#endif
int dmStriCmp(const char* s1, const char* s2);
void DebugPrint(int level, const char* msg, const void* _bytes, uint32_t num_bytes);
}