X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsavedir.h;h=d935b163f02d1ba1b0d237ac2a335b0765366dba;hb=ce05829e2da40a92966f0e3d78d1b40c6f1e85b5;hp=0c696415b860c3c32285ea7d07304524bade8f80;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/savedir.h b/lib/savedir.h index 0c696415b..d935b163f 100644 --- a/lib/savedir.h +++ b/lib/savedir.h @@ -1,6 +1,7 @@ /* Save the list of files in a directory in a string. - Copyright (C) 1997, 1999, 2001, 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 2001, 2003, 2005, 2009-2011 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 @@ -17,10 +18,12 @@ /* Written by David MacKenzie . */ -#if !defined SAVEDIR_H_ -# define SAVEDIR_H_ +#ifndef _GL_SAVEDIR_H +#define _GL_SAVEDIR_H +#include +char *streamsavedir (DIR *dirp); char *savedir (char const *dir); -char *fdsavedir (int fd); +char *fdsavedir (int fd); /* deprecated */ #endif