]> git.marmaro.de Git - mmh/commitdiff
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 a2bff8917c1a5d993172dfac32fe6c821cbcdb04..8de6f23d3760e6a5725d7383b04bc0b5f9225970 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 148d35c7636cff5dcf3674bf999f82375b332748..57bf516793bc3856462a5f68a8bccb389c5ef1b7 100644 (file)
@@ -877,7 +877,7 @@ fmt_findcomp(char *component)
  */
 
 struct comp *
-fmt_findcasecmp(char *component)
+fmt_findcasecomp(char *component)
 {
     struct comp *cm;