summaryrefslogtreecommitdiff
path: root/php_suhosin7.h
diff options
context:
space:
mode:
Diffstat (limited to 'php_suhosin7.h')
-rw-r--r--php_suhosin7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_suhosin7.h b/php_suhosin7.h
index 75244fe..685de8d 100644
--- a/php_suhosin7.h
+++ b/php_suhosin7.h
@@ -431,7 +431,7 @@ static inline char *suhosin_get_active_function_name() {
431} 431}
432 432
433#ifdef SUHOSIN_STRCASESTR 433#ifdef SUHOSIN_STRCASESTR
434char *suhosin_strcasestr(char *haystack, char *needle) 434char *suhosin_strcasestr(char *haystack, char *needle);
435#else 435#else
436#define suhosin_strcasestr(a, b) strcasestr(a, b) 436#define suhosin_strcasestr(a, b) strcasestr(a, b)
437#endif 437#endif