maxscale_getline moved to config.c

As a general purpose function should be somewhere else, but we
need to sort out what should be where first.
This commit is contained in:
Johan Wikman
2015-10-30 09:38:40 +02:00
parent 5507624326
commit 1f22e2854b
3 changed files with 60 additions and 59 deletions

View File

@ -281,7 +281,6 @@ char* replace_quoted(const char* str);
bool is_valid_posix_path(char* path);
bool strip_escape_chars(char*);
int simple_str_hash(char* key);
int maxscale_getline(char** dest, int* size, FILE* file);
EXTERN_C_BLOCK_END