Cleanup: char-pointer variant of strtolower

This commit is contained in:
Rubidium
2023-06-08 17:09:56 +02:00
committed by rubidium42
parent b49bd86a46
commit 4ca23a19b6
2 changed files with 0 additions and 23 deletions

View File

@@ -43,7 +43,6 @@ void StrMakeValidInPlace(char *str, StringValidationSettings settings = SVS_REPL
void str_fix_scc_encoded(char *str, const char *last) NOACCESS(2);
void str_strip_colours(char *str);
bool strtolower(char *str);
bool strtolower(std::string &str, std::string::size_type offs = 0);
[[nodiscard]] bool StrValid(const char *str, const char *last) NOACCESS(2);