X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fc-stack.h;h=968fd5229f5084d7ca98496c7c3dcc77954d26eb;hb=02eb9acbac6b05f1d5f3acb89bcc4bbc45215e2a;hp=8ef4ca22ca978d0d6e61df6811d4813154744f7f;hpb=0ef3ed5202a30d4aa8dab6c025649596464819e7;p=gnulib.git diff --git a/lib/c-stack.h b/lib/c-stack.h index 8ef4ca22c..968fd5229 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 @@ -16,4 +16,4 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -int c_stack_action (char * const *, void (*) (int)); +int c_stack_action (void (*) (int));