comparison lib/version-etc.h @ 11073:5d673ad5f710

version-etc: Add emit_bug_reporting_address.
author Simon Josefsson <simon@josefsson.org>
date Fri, 23 Jan 2009 16:01:59 +0100
parents bbbbbf4cd1c5
children 7b211eff2192
comparison
equal deleted inserted replaced
11072:2017a2abcff4 11073:5d673ad5f710
1 /* Utility to help print --version output in a consistent format. 1 /* Print --version and bug-reporting information in a consistent format.
2 Copyright (C) 1999, 2003, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2003, 2005, 2009 Free Software Foundation, Inc.
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 3 of the License, or
7 (at your option) any later version. 7 (at your option) any later version.
29 const char *version, va_list authors); 29 const char *version, va_list authors);
30 30
31 extern void version_etc (FILE *stream, 31 extern void version_etc (FILE *stream,
32 const char *command_name, const char *package, 32 const char *command_name, const char *package,
33 const char *version, 33 const char *version,
34 /* const char *author1, ...*/ ...); 34 /* const char *author1, ...*/ ...);
35
36 extern void emit_bug_reporting_address (void);
35 37
36 #endif /* VERSION_ETC_H */ 38 #endif /* VERSION_ETC_H */