X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsavedir.h;h=d935b163f02d1ba1b0d237ac2a335b0765366dba;hb=b65bfcd7ba0be84de3d96f22103103f21679a721;hp=5f7e6cfc40b3baa5d992e315cd6540f6c50cbb8d;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/savedir.h b/lib/savedir.h index 5f7e6cfc4..d935b163f 100644 --- a/lib/savedir.h +++ b/lib/savedir.h @@ -1,7 +1,7 @@ /* Save the list of files in a directory in a string. - Copyright (C) 1997, 1999, 2001, 2003, 2005, 2009 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 @@ -18,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