Remove previously removed fn proto from header

This commit is contained in:
Ervin Hegedüs 2023-01-18 16:28:47 +01:00
parent cb2df476b6
commit d63d8849a8

View File

@ -73,7 +73,6 @@ void replaceAll(std::string *str, const std::string& from,
const std::string& to);
std::string removeWhiteSpacesIfNeeded(std::string a);
std::string parserSanitizer(std::string a);
std::string log_escape_hex(std::string s);
unsigned char x2c(unsigned char *what);
unsigned char xsingle2c(unsigned char *what);