Added optional stripping of escape characters from database names when laoding users.

This commit is contained in:
Markus Makela
2015-02-20 21:07:12 +02:00
parent 120e65d4b8
commit fc969acc73
8 changed files with 95 additions and 7 deletions

View File

@ -199,6 +199,7 @@ char* replace_literal(char* haystack,
const char* needle,
const char* replacement);
bool is_valid_posix_path(char* path);
bool strip_escape_chars(char*);
EXTERN_C_BLOCK_END
#endif /* SKYGW_UTILS_H */