From e822be3a2e9919663cac74463b98e208db742bcf Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 2 Mar 2018 13:48:17 +0100 Subject: Fix a warning due to an unexported symbol --- src/sp_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp_utils.h') 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 *, int hook_regexp(const sp_pcre *, HashTable *, void (*)(INTERNAL_FUNCTION_PARAMETERS)); bool check_is_in_eval_whitelist(const char * const function_name); +int sp_log_request(const char* folder, const char* text_repr, char* from); #endif /* SP_UTILS_H */ -- cgit v1.3