diff options
| author | Ben Fuhrmannek | 2021-08-02 10:42:12 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-08-02 10:42:12 +0200 |
| commit | 4cda0120313dfd5d71236f6faf87416e93f5f89c (patch) | |
| tree | 0c2c6d15e8ac5287fb3304f96de719547d9e847a /src/sp_config.h | |
| parent | 6c132e6a1d8d339a20282afb5a4af52eb6bce9db (diff) | |
| parent | e62f226c3ed885808c832040872fc2d73ca46dac (diff) | |
Merge branch 'master' of https://github.com/jvoisin/snuffleupagus
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_config.h b/src/sp_config.h index b06e8be..e7b1473 100644 --- a/src/sp_config.h +++ b/src/sp_config.h | |||
| @@ -282,5 +282,6 @@ int parse_list(char *restrict, char *restrict, void *); | |||
| 282 | 282 | ||
| 283 | // cleanup | 283 | // cleanup |
| 284 | void sp_disabled_function_list_free(sp_list_node *); | 284 | void sp_disabled_function_list_free(sp_list_node *); |
| 285 | void sp_cookie_list_free(sp_list_node *); | ||
| 285 | 286 | ||
| 286 | #endif /* SP_CONFIG_H */ | 287 | #endif /* SP_CONFIG_H */ |
