X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fversion-etc.h;fp=lib%2Fversion-etc.h;h=33a8e7f14352b4eabc54d66a407458c4c0806b58;hb=785cdec4450a1459fdbb90df1344b69be34e0059;hp=d9d1340eb587e12ea730428822e763353f46bae4;hpb=cf7169a2ede9bb08b71de68fe0c8bbecf827abe6;p=debian%2Ftar diff --git a/lib/version-etc.h b/lib/version-etc.h index d9d1340e..33a8e7f1 100644 --- a/lib/version-etc.h +++ b/lib/version-etc.h @@ -1,5 +1,5 @@ -/* Utility to help print --version output in a consistent format. - Copyright (C) 1999, 2003, 2005 Free Software Foundation, Inc. +/* Print --version and bug-reporting information in a consistent format. + Copyright (C) 1999, 2003, 2005, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,6 +31,8 @@ extern void version_etc_va (FILE *stream, extern void version_etc (FILE *stream, const char *command_name, const char *package, const char *version, - /* const char *author1, ...*/ ...); + /* const char *author1, ...*/ ...); + +extern void emit_bug_reporting_address (void); #endif /* VERSION_ETC_H */