summaryrefslogtreecommitdiff
path: root/src/sp_utils.h
diff options
context:
space:
mode:
authorjvoisin2017-10-13 14:38:30 +0200
committerjvoisin2017-10-13 14:38:30 +0200
commite8c0d1a35ac0b0f5c6b72740f25107b01ac13008 (patch)
tree0045cbd66e7854d9c59cd66faf02abaebd0ab97f /src/sp_utils.h
parentd8ac16389f12bfa5217ad3f0088d7060da280b42 (diff)
Fix some pedantic warnings
Diffstat (limited to '')
-rw-r--r--src/sp_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h
index 61a4c53..5b22e8a 100644
--- a/src/sp_utils.h
+++ b/src/sp_utils.h
@@ -58,7 +58,7 @@ void sp_log_disable(const char *restrict, const char *restrict,
58 const char *restrict, const sp_disabled_function *); 58 const char *restrict, const sp_disabled_function *);
59void sp_log_disable_ret(const char *restrict, const char *restrict, 59void sp_log_disable_ret(const char *restrict, const char *restrict,
60 const sp_disabled_function *); 60 const sp_disabled_function *);
61char *sp_getenv(char *); 61char *sp_getenv(const char *);
62int is_regexp_matching(const pcre *, const char *); 62int is_regexp_matching(const pcre *, const char *);
63int hook_function(const char *, HashTable *, 63int hook_function(const char *, HashTable *,
64 void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); 64 void (*)(INTERNAL_FUNCTION_PARAMETERS), bool);