X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxgetcwd.h;h=70afe35e7cc673860ab457ac7480975d21c1505e;hb=f0216ef8e9e0726edbb361c5d275380ca312870f;hp=2f6df8a6dbded7d065d4918e40eb13010c10cb6e;hpb=8c60a675a2bf363ca1d6a1cb1889440f89bc572c;p=gnulib.git diff --git a/lib/xgetcwd.h b/lib/xgetcwd.h index 2f6df8a6d..70afe35e7 100644 --- a/lib/xgetcwd.h +++ b/lib/xgetcwd.h @@ -1,5 +1,5 @@ -/* xgetcwd -- return current directory with unlimited length - Copyright (C) 1995, 2001 Free Software Foundation, Inc. +/* prototype for xgetcwd + Copyright (C) 1995, 2001, 2003 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 @@ -13,15 +13,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. */ -#ifndef PARAMS -# if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES -# define PARAMS(args) args -# else -# define PARAMS(args) () -# endif -#endif - -/* Wrapper function with error checking for standard function. */ -extern char *xgetcwd PARAMS ((void)); +extern char *xgetcwd (void);