conf: trim prefix space for multiline option

This commit is contained in:
Nick Peng
2023-06-15 21:18:08 +08:00
parent 08567c458b
commit a6e5ceb675
3 changed files with 47 additions and 5 deletions

View File

@@ -189,6 +189,8 @@ int load_conf(const char *file, struct config_item items[], conf_error_handler h
void load_exit(void);
int conf_get_current_lineno(void);
const char *conf_get_conf_file(void);
const char *conf_get_conf_fullpath(const char *path, char *fullpath, size_t path_len);