X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flong-options.h;h=03106a8defda321306bb6603aa341749ff64b7c2;hb=d4304bfbaa7372892056b7c35455c9e35eeaced0;hp=e89b3512de75ed447dd4bfa716cd7cc6a1214c30;hpb=68af56be3e061b97cf97150094bc50b0aa364cbb;p=gnulib.git diff --git a/lib/long-options.h b/lib/long-options.h index e89b3512d..03106a8de 100644 --- a/lib/long-options.h +++ b/lib/long-options.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Jim Meyering. */ @@ -22,5 +22,5 @@ void parse_long_options (int _argc, const char *_command_name, const char *_package, const char *_version, - const char *_authors, - void (*_usage) (int)); + void (*_usage) (int), + /* const char *author1, ...*/ ...);