summaryrefslogtreecommitdiff
path: root/lib/version-etc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/version-etc.h')
-rw-r--r--lib/version-etc.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/version-etc.h b/lib/version-etc.h
index e2ef98185..7056aaaeb 100644
--- a/lib/version-etc.h
+++ b/lib/version-etc.h
@@ -24,8 +24,12 @@
extern char *version_etc_copyright;
+void version_etc_va (FILE *stream,
+ char const *command_name, char const *package,
+ char const *version, va_list authors);
+
void version_etc (FILE *stream,
- const char *command_name, const char *package,
- const char *version, const char *authors);
+ char const *command_name, char const *package,
+ char const *version, ...);
#endif /* VERSION_ETC_H */