mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-26 23:04:42 +00:00
Formerly dep.h.~4~
This commit is contained in:
parent
4a94240844
commit
c4cc2ec376
1 changed files with 3 additions and 0 deletions
3
dep.h
3
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)
|
||||
|
|
Loading…
Reference in a new issue