]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly dep.h.~4~
authorRoland McGrath <roland@redhat.com>
Thu, 10 Jun 1993 00:18:21 +0000 (00:18 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 10 Jun 1993 00:18:21 +0000 (00:18 +0000)
dep.h

diff --git a/dep.h b/dep.h
index 80724f2d94a14d929a0eb0ffa272e788faa15b8c..6f05eb45117f30f9d282d369df48666083764934 100644 (file)
--- a/dep.h
+++ b/dep.h
@@ -42,6 +42,9 @@ struct nameseq
 extern struct nameseq *multi_glob (), *parse_file_seq ();
 extern char *tilde_expand ();
 
+#ifndef NO_ARCHIVES
+extern struct nameseq *ar_glob ();
+#endif
 
 #ifndef        iAPX286
 #define dep_name(d) ((d)->name == 0 ? (d)->file->name : (d)->name)