X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffts_.h;h=a0235a98c96692c74610c20b50a52a9f7f835f83;hb=21492d6c3ca00ff0827528640804732f2ed66470;hp=fe92cfd7344f834a17b815fe57edcadcf492d5f1;hpb=da4d6974013c822af1498941e32db774b2031765;p=gnulib.git diff --git a/lib/fts_.h b/lib/fts_.h index fe92cfd73..a0235a98c 100644 --- a/lib/fts_.h +++ b/lib/fts_.h @@ -67,6 +67,7 @@ # include # include +# include # include # include "i-ring.h" @@ -191,6 +192,9 @@ typedef struct _ftsent { struct _ftsent *fts_cycle; /* cycle node */ struct _ftsent *fts_parent; /* parent directory */ struct _ftsent *fts_link; /* next file in directory */ + DIR *fts_dirp; /* Dir pointer for any directory + containing more entries than we + read at one time. */ long fts_number; /* local numeric value */ void *fts_pointer; /* local address value */ char *fts_accpath; /* access file name */