diff options
author | Bruno Haible <bruno@clisp.org> | 2003-02-13 21:41:43 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:09:16 +0200 |
commit | ae152e40e1781ec8fdb9f3ddf89f9317624ad7fb (patch) | |
tree | de364ccb21ac8a8aa519cf88f969187aeaf6ab1d /lib | |
parent | 255c479eeaa82fc0b1d66593ae9cdf10560d850c (diff) | |
download | external_gettext-ae152e40e1781ec8fdb9f3ddf89f9317624ad7fb.zip external_gettext-ae152e40e1781ec8fdb9f3ddf89f9317624ad7fb.tar.gz external_gettext-ae152e40e1781ec8fdb9f3ddf89f9317624ad7fb.tar.bz2 |
Move lib/xgetcwd.h to gettext-tools/lib/xgetcwd.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xgetcwd.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/xgetcwd.h b/lib/xgetcwd.h deleted file mode 100644 index 6af2cdc..0000000 --- a/lib/xgetcwd.h +++ /dev/null @@ -1,19 +0,0 @@ -/* xgetcwd -- return current directory with unlimited length - Copyright (C) 1995, 2001-2002 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 - the Free Software Foundation; either version 2, 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 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - 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. */ - -/* Wrapper function with error checking for standard function. */ -extern char *xgetcwd (void); |