]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/collect2.h
collect2.h: New header file for prototypes.
[thirdparty/gcc.git] / gcc / collect2.h
CommitLineData
2edfd4ee
KG
1#ifndef __COLLECT2_H__
2#define __COLLECT2_H__
3
4extern void do_tlink PARAMS ((char **, char **));
5
6extern void collect_execute PARAMS ((char *, char **, char *));
7
8extern void collect_exit PARAMS ((int)) ATTRIBUTE_NORETURN;
9
10extern int collect_wait PARAMS ((char *));
11
12extern void dump_file PARAMS ((char *));
13
14extern int file_exists PARAMS ((char *));
15
16#endif /* ! __COLLECT2_H__ */