summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-18 22:21:41 +0000
committerJim Meyering <jim@meyering.net>2003-09-18 22:21:41 +0000
commit79ade1ea9cbb65be2b6b9a5a96601e8cb746d9e6 (patch)
tree8bbfa93dc2d283e171843e22733785b769967525 /lib
parent33c7b98bbc2cfbf062af69897e1a9629ae906e19 (diff)
downloadcoreutils-79ade1ea9cbb65be2b6b9a5a96601e8cb746d9e6.tar.xz
(version_etc): Rename parameter, authors, to written_by.
Diffstat (limited to 'lib')
-rw-r--r--lib/version-etc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version-etc.h b/lib/version-etc.h
index e2ef98185..35b292dc1 100644
--- a/lib/version-etc.h
+++ b/lib/version-etc.h
@@ -26,6 +26,6 @@ extern char *version_etc_copyright;
void version_etc (FILE *stream,
const char *command_name, const char *package,
- const char *version, const char *authors);
+ const char *version, const char *writen_by);
#endif /* VERSION_ETC_H */