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;