summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjvoisin2018-03-02 13:48:17 +0100
committerjvoisin2018-03-02 13:48:17 +0100
commite822be3a2e9919663cac74463b98e208db742bcf (patch)
tree7e4a6153791a5edd3223c3c35f361b539f93e30d /src
parentea13be2426e5fbe0b026f5d80f14a2377d560401 (diff)
Fix a warning due to an unexported symbol
Diffstat (limited to 'src')
-rw-r--r--src/sp_utils.h1
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 *,
57int hook_regexp(const sp_pcre *, HashTable *, 57int hook_regexp(const sp_pcre *, HashTable *,
58 void (*)(INTERNAL_FUNCTION_PARAMETERS)); 58 void (*)(INTERNAL_FUNCTION_PARAMETERS));
59bool check_is_in_eval_whitelist(const char * const function_name); 59bool check_is_in_eval_whitelist(const char * const function_name);
60int sp_log_request(const char* folder, const char* text_repr, char* from);
60 61
61#endif /* SP_UTILS_H */ 62#endif /* SP_UTILS_H */