diff options
Diffstat (limited to 'src/sp_config_utils.h')
| -rw-r--r-- | src/sp_config_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp_config_utils.h b/src/sp_config_utils.h index e561d57..9fef996 100644 --- a/src/sp_config_utils.h +++ b/src/sp_config_utils.h | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | int parse_keywords(sp_config_functions *, char *); | 4 | int parse_keywords(sp_config_functions *, char *); |
| 5 | char *get_param(size_t *, char *restrict, sp_type, const char *restrict); | 5 | char *get_param(size_t *, char *restrict, sp_type, const char *restrict); |
| 6 | int array_to_list(char **, sp_node_t **); | 6 | int array_to_list(char **, sp_list_node **); |
| 7 | sp_node_t *parse_functions_list(char *value); | 7 | sp_list_node *parse_functions_list(char *value); |
| 8 | 8 | ||
| 9 | #endif /* SP_CONFIG_UTILS */ | 9 | #endif /* SP_CONFIG_UTILS */ |
