Change fmt_findcasecmp() to fmt_findcasecomp(). The new name is more
authorKen Hornstein <kenh@pobox.com>
Mon, 19 Nov 2012 18:47:46 +0000 (13:47 -0500)
committerKen Hornstein <kenh@pobox.com>
Mon, 19 Nov 2012 18:47:46 +0000 (13:47 -0500)
consistent.

h/fmt_scan.h
sbr/fmt_compile.c

index a2bff89..8de6f23 100644 (file)
@@ -178,7 +178,7 @@ struct comp *fmt_findcomp(char *component);
  * Identical to fmd_findcomp(), but is case-INSENSITIVE.
  */
 
-struct comp *fmt_findcasecmp(char *component);
+struct comp *fmt_findcasecomp(char *component);
 
 /*
  * Add a component entry to the component hash table
index 148d35c..57bf516 100644 (file)
@@ -877,7 +877,7 @@ fmt_findcomp(char *component)
  */
 
 struct comp *
-fmt_findcasecmp(char *component)
+fmt_findcasecomp(char *component)
 {
     struct comp *cm;