summaryrefslogtreecommitdiff
path: root/src/sp_config_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config_utils.h')
-rw-r--r--src/sp_config_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config_utils.h b/src/sp_config_utils.h
index 9fef996..a63cadc 100644
--- a/src/sp_config_utils.h
+++ b/src/sp_config_utils.h
@@ -2,7 +2,7 @@
2#define SP_CONFIG_UTILS 2#define SP_CONFIG_UTILS
3 3
4int parse_keywords(sp_config_functions *, char *); 4int parse_keywords(sp_config_functions *, char *);
5char *get_param(size_t *, char *restrict, sp_type, const char *restrict); 5zend_string *get_param(size_t *, char *restrict, sp_type, const char *restrict);
6int array_to_list(char **, sp_list_node **); 6int array_to_list(char **, sp_list_node **);
7sp_list_node *parse_functions_list(char *value); 7sp_list_node *parse_functions_list(char *value);
8 8