summaryrefslogtreecommitdiff
path: root/src/sp_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_utils.h')
-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 */