mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-27 07:15:02 +00:00
Formerly dir.c.~10~
This commit is contained in:
parent
c308b3a5f3
commit
81e8efbcdf
1 changed files with 4 additions and 0 deletions
4
dir.c
4
dir.c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue