X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargmatch.h;h=e8bb23c667ba7c334554ccb95abe605f11d552b4;hb=39e82e46dde285e3ed536bf9b089904cd2b04c3c;hp=deb908fb9d1b03427caa9805a5379a52985d6670;hpb=c44a7e417ba47cd7d9a4ce609f8392f788a9e71e;p=gnulib.git diff --git a/lib/argmatch.h b/lib/argmatch.h index deb908fb9..e8bb23c66 100644 --- a/lib/argmatch.h +++ b/lib/argmatch.h @@ -1,5 +1,7 @@ /* argmatch.h -- definitions and prototypes for argmatch.c - Copyright (C) 1990, 1998, 1999, 2001, 2002 Free Software Foundation, Inc. + + Copyright (C) 1990, 1998, 1999, 2001, 2002, 2004 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 @@ -55,7 +57,7 @@ int argmatch (char const *arg, char const *const *arglist, /* xargmatch calls this function when it fails. This function should not return. By default, this is a function that calls ARGMATCH_DIE which - in turn defaults to `exit (EXIT_FAILURE)'. */ + in turn defaults to `exit (exit_failure)'. */ typedef void (*argmatch_exit_fn) (void); extern argmatch_exit_fn argmatch_die;