X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fsavedir.h;h=d0f5707f0b6204b8bab11568d76e727effe2f7e4;hb=d28c0703289ee77fa1162315e76f463edfff9840;hp=ee50d80d00bf8e99c316979b8dffaee6454ec216;hpb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;p=debian%2Ftar diff --git a/gnu/savedir.h b/gnu/savedir.h index ee50d80d..d0f5707f 100644 --- a/gnu/savedir.h +++ b/gnu/savedir.h @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Save the list of files in a directory in a string. - Copyright (C) 1997, 1999, 2001, 2003, 2005, 2009-2010 Free Software + 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 @@ -20,10 +20,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