1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 05:32:28 +02:00

Fix declaration

This commit is contained in:
Zeev Suraski
2000-02-08 22:18:21 +00:00
parent 489b705d4b
commit ebddd16c75

View File

@@ -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;