summaryrefslogtreecommitdiff
path: root/lib/version-etc.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-26 04:17:33 +0000
committerJim Meyering <jim@meyering.net>1999-03-26 04:17:33 +0000
commitc004c87b6c36567b8e23c8b10012d2d060bccf68 (patch)
treedf82b84697026a694d9b08dd840789f5d9a40806 /lib/version-etc.h
parenteff1cee6e19fb2c55d5b542b25ea7ab830d774cf (diff)
downloadcoreutils-c004c87b6c36567b8e23c8b10012d2d060bccf68.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/version-etc.h')
-rw-r--r--lib/version-etc.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/version-etc.h b/lib/version-etc.h
new file mode 100644
index 000000000..41ecbc58b
--- /dev/null
+++ b/lib/version-etc.h
@@ -0,0 +1,17 @@
+#ifndef VERSION_ETC_H
+# define VERSION_ETC_H 1
+
+# ifndef PARAMS
+# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
+# define PARAMS(Args) Args
+# else
+# define PARAMS(Args) ()
+# endif
+# endif
+
+void
+version_etc PARAMS ((FILE *stream,
+ const char *command_name, const char *package,
+ const char *version, const char *authors));
+
+#endif /* VERSION_ETC_H */