]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly dir.c.~10~
authorRoland McGrath <roland@redhat.com>
Fri, 22 Jan 1993 19:46:10 +0000 (19:46 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 22 Jan 1993 19:46:10 +0000 (19:46 +0000)
dir.c

diff --git a/dir.c b/dir.c
index 0007ff90282dc11d87fef47f744422eb3d0f231c..cd787fe3be333f6ecd73384c333a8412e7d8cd57 100644 (file)
--- a/dir.c
+++ b/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;