mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-30 09:12:18 +02:00
replace dmStriCmp with dmStrCaseCmp (#31)
This commit is contained in:
committed by
GitHub
parent
165b7333dc
commit
7346f142fa
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user