X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fc-stack.h;h=5f80457398e3041dac8f64aee067cd642e6b9a32;hb=95454b6b2dbb9f57bf5623a0fd8d40fb2433c4d7;hp=8ef4ca22ca978d0d6e61df6811d4813154744f7f;hpb=0ef3ed5202a30d4aa8dab6c025649596464819e7;p=gnulib.git diff --git a/lib/c-stack.h b/lib/c-stack.h index 8ef4ca22c..5f8045739 100644 --- a/lib/c-stack.h +++ b/lib/c-stack.h @@ -1,11 +1,11 @@ /* Stack overflow handling. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2004 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,7 +13,6 @@ GNU General Public License for more details. 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. */ + along with this program. If not, see . */ -int c_stack_action (char * const *, void (*) (int)); +int c_stack_action (void (*) (int));