diff options
| author | blotus | 2017-10-30 11:01:24 +0100 |
|---|---|---|
| committer | GitHub | 2017-10-30 11:01:24 +0100 |
| commit | 1476b0ddbab0748c332fd9ee7bed1ba9d1f35d96 (patch) | |
| tree | 059ee585c9af2cf4e18ca66f448e1b7b143a1a3b /src/sp_config.h | |
| parent | 9a0400bdbc7d4decb32fe8fa3960e9e77f9fe898 (diff) | |
| parent | 1eb51a18ec06b3c8add77d876af0f5a599279c67 (diff) | |
Merge pull request #54 from arpd/43-free-at-shutdown
43 free at shutdown
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 */ |
