diff options
| author | jvoisin | 2017-10-13 14:38:30 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-13 14:38:30 +0200 |
| commit | e8c0d1a35ac0b0f5c6b72740f25107b01ac13008 (patch) | |
| tree | 0045cbd66e7854d9c59cd66faf02abaebd0ab97f /src/sp_utils.h | |
| parent | d8ac16389f12bfa5217ad3f0088d7060da280b42 (diff) | |
Fix some pedantic warnings
Diffstat (limited to 'src/sp_utils.h')
| -rw-r--r-- | src/sp_utils.h | 2 |
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 *); |
| 59 | void sp_log_disable_ret(const char *restrict, const char *restrict, | 59 | void sp_log_disable_ret(const char *restrict, const char *restrict, |
| 60 | const sp_disabled_function *); | 60 | const sp_disabled_function *); |
| 61 | char *sp_getenv(char *); | 61 | char *sp_getenv(const char *); |
| 62 | int is_regexp_matching(const pcre *, const char *); | 62 | int is_regexp_matching(const pcre *, const char *); |
| 63 | int hook_function(const char *, HashTable *, | 63 | int hook_function(const char *, HashTable *, |
| 64 | void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); | 64 | void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); |
