Formerly dir.c.~10~

This commit is contained in:
Roland McGrath 1993-01-22 19:46:10 +00:00
parent c308b3a5f3
commit 81e8efbcdf

4
dir.c
View File

@ -506,6 +506,10 @@ struct dirstream
struct dirfile *elt; /* Current elt in bucket. */
};
/* Forward declarations. */
static __ptr_t open_dirstream __P ((const char *));
static const char *read_dirstream __P ((__ptr_t));
static __ptr_t
open_dirstream (directory)
const char *directory;