diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-22 19:46:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-22 19:46:10 +0000 |
commit | 81e8efbcdff7845341ba5018f661757a287baadc (patch) | |
tree | 96a42cb16932736c8261aafc7b8fe6aa826973f5 | |
parent | c308b3a5f3ed5bbbc85edada23f16fc843ea138b (diff) | |
download | gunmake-81e8efbcdff7845341ba5018f661757a287baadc.tar.gz |
Formerly dir.c.~10~
-rw-r--r-- | dir.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |