Changed names of functions in utility.c and all affected files, to make
compliant with the style guide. Everybody rebuild your tags file!
diff --git a/sort.c b/sort.c
index d6c3e9a..b0bf6e4 100644
--- a/sort.c
+++ b/sort.c
@@ -247,7 +247,7 @@
break;
#endif
default:
- errorMsg("invalid option -- %c\n", opt);
+ error_msg("invalid option -- %c\n", opt);
usage(sort_usage);
}
} else {
@@ -286,4 +286,4 @@
return(0);
}
-/* $Id: sort.c,v 1.23 2000/09/28 17:49:59 beppu Exp $ */
+/* $Id: sort.c,v 1.24 2000/12/07 19:56:48 markw Exp $ */