summaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-06-10 00:18:21 +0000
committerRoland McGrath <roland@redhat.com>1993-06-10 00:18:21 +0000
commitc4cc2ec376e2c66e4971ed981819924b7c6daccf (patch)
tree2ae8b185b201542a3b1c2ff7d81bb58b38321bef /dep.h
parent4a94240844d90eb77b758b353278246099f0aa42 (diff)
downloadgunmake-c4cc2ec376e2c66e4971ed981819924b7c6daccf.tar.gz
Formerly dep.h.~4~
Diffstat (limited to 'dep.h')
-rw-r--r--dep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dep.h b/dep.h
index 80724f2..6f05eb4 100644
--- 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)