/*****************************************************************
*
- * Streaming converison support
+ * Streaming conversion support
*
*****************************************************************/
{
int i;
- if (prefixcmp(str, "$Id: "))
+ if (!starts_with(str, "$Id: "))
return 0;
for (i = 5; str[i]; i++) {
if (isspace(str[i]) && str[i+1] != '$')