summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorBen Foster2017-10-25 23:53:07 +0100
committerBen Foster2017-10-26 21:14:00 +0100
commit1eb51a18ec06b3c8add77d876af0f5a599279c67 (patch)
treeabd9a74672c5111edf6ee6aea0f9c0dd843ca580 /src/sp_config.h
parent59b3db273e6e628afb188681e178ea53d571b03d (diff)
Free additionally allocated `sp_list` instances
References #43.
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index eda7517..ac33eb5 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -206,5 +206,7 @@ int parse_empty(char *restrict, char *restrict, void *);
206int parse_cidr(char *restrict, char *restrict, void *); 206int parse_cidr(char *restrict, char *restrict, void *);
207int parse_php_type(char *restrict, char *restrict, void *); 207int parse_php_type(char *restrict, char *restrict, void *);
208 208
209// cleanup
210void sp_disabled_function_list_free(sp_node_t*);
209 211
210#endif /* SP_CONFIG_H */ 212#endif /* SP_CONFIG_H */