X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fc-stack.h;h=8306ccd9e3746fd4217a0dbcd77d2dc65d358630;hb=c7d932558714df7c297f28f644d5cc45e9a42e23;hp=8ef4ca22ca978d0d6e61df6811d4813154744f7f;hpb=0ef3ed5202a30d4aa8dab6c025649596464819e7;p=gnulib.git diff --git a/lib/c-stack.h b/lib/c-stack.h index 8ef4ca22c..8306ccd9e 100644 --- a/lib/c-stack.h +++ b/lib/c-stack.h @@ -1,6 +1,6 @@ /* 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 it under the terms of the GNU General Public License as published by @@ -14,6 +14,6 @@ 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. */ -int c_stack_action (char * const *, void (*) (int)); +int c_stack_action (void (*) (int));