diff options
| author | jvoisin | 2018-03-02 13:48:17 +0100 |
|---|---|---|
| committer | jvoisin | 2018-03-02 13:48:17 +0100 |
| commit | e822be3a2e9919663cac74463b98e208db742bcf (patch) | |
| tree | 7e4a6153791a5edd3223c3c35f361b539f93e30d /src | |
| parent | ea13be2426e5fbe0b026f5d80f14a2377d560401 (diff) | |
Fix a warning due to an unexported symbol
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h index 97808ad..b92f16d 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h | |||
| @@ -57,5 +57,6 @@ int hook_function(const char *, HashTable *, | |||
| 57 | int hook_regexp(const sp_pcre *, HashTable *, | 57 | int hook_regexp(const sp_pcre *, HashTable *, |
| 58 | void (*)(INTERNAL_FUNCTION_PARAMETERS)); | 58 | void (*)(INTERNAL_FUNCTION_PARAMETERS)); |
| 59 | bool check_is_in_eval_whitelist(const char * const function_name); | 59 | bool check_is_in_eval_whitelist(const char * const function_name); |
| 60 | int sp_log_request(const char* folder, const char* text_repr, char* from); | ||
| 60 | 61 | ||
| 61 | #endif /* SP_UTILS_H */ | 62 | #endif /* SP_UTILS_H */ |
