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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h
index 97c97fd..c094fac 100644
--- a/src/sp_utils.h
+++ b/src/sp_utils.h
@@ -46,7 +46,7 @@
46 46
47void sp_log_msg(char const *feature, int type, const char *fmt, ...); 47void sp_log_msg(char const *feature, int type, const char *fmt, ...);
48int compute_hash(const char *const filename, char *file_hash); 48int compute_hash(const char *const filename, char *file_hash);
49const zend_string *sp_zval_to_zend_string(zval *); 49const zend_string *sp_zval_to_zend_string(const zval *);
50bool sp_match_value(const zend_string *, const zend_string *, const sp_pcre *); 50bool sp_match_value(const zend_string *, const zend_string *, const sp_pcre *);
51bool sp_match_array_key(const zval *, const zend_string *, const sp_pcre *); 51bool sp_match_array_key(const zval *, const zend_string *, const sp_pcre *);
52bool sp_match_array_value(const zval *, const zend_string *, const sp_pcre *); 52bool sp_match_array_value(const zval *, const zend_string *, const sp_pcre *);