diff options
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 2 |
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 *); | |||
| 206 | int parse_cidr(char *restrict, char *restrict, void *); | 206 | int parse_cidr(char *restrict, char *restrict, void *); |
| 207 | int parse_php_type(char *restrict, char *restrict, void *); | 207 | int parse_php_type(char *restrict, char *restrict, void *); |
| 208 | 208 | ||
| 209 | // cleanup | ||
| 210 | void sp_disabled_function_list_free(sp_node_t*); | ||
| 209 | 211 | ||
| 210 | #endif /* SP_CONFIG_H */ | 212 | #endif /* SP_CONFIG_H */ |
