From: Zeev Suraski Date: Tue, 8 Feb 2000 22:18:21 +0000 (+0000) Subject: Fix declaration X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebddd16c75c076cfdd1843a795604d2896ef6442;p=php Fix declaration --- diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index ef2f801ac7..a2888ab7e9 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -1230,7 +1230,7 @@ ZEND_API int zend_binary_strcmp(char *s1, uint len1, char *s2, uint len2) } } -ZEND_API int zend_binary_strncmp(char *s1, uint len1, char *s2, uint len2, int length) +ZEND_API int zend_binary_strncmp(char *s1, uint len1, char *s2, uint len2, uint length) { int retval;