TYPE_FIELD, ct->c_file);
return NOTOK;
}
- ToLower(ci->ci_type);
+ to_lower(ci->ci_type);
while (isspace ((unsigned char) *cp))
cp++;
TYPE_FIELD, ct->c_file, ci->ci_type);
return NOTOK;
}
- ToLower(ci->ci_subtype);
+ to_lower(ci->ci_subtype);
magic_skip:
while (isspace ((unsigned char) *cp))