It's usually best if the function name matches everywhere...

This commit is contained in:
Richard Levitte 2003-05-02 07:25:54 +00:00
parent 5b194dfbd5
commit b9d7ca9748

View File

@ -1425,7 +1425,7 @@ int STORE_parse_attrs_endp(void *handle)
return 0;
}
int STORE_ATTR_INFO_cmp(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b)
int STORE_ATTR_INFO_compare(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b)
{
unsigned char *abits, *bbits;
int i;