* README: Add notes on how to build if you don't have ar.
[deliverable/binutils-gdb.git] / binutils / arsup.h
CommitLineData
c0cc6912
SC
1
2
3
4
5void EXFUN( map_over_members, (void (*function) (), char **files, int count));
6
7
8
9
10
11 struct list {
12 char *name;
13 struct list *next;
14 } ;
15
16void EXFUN(maybequit,(void));
17void EXFUN(prompt,(void));
18void EXFUN(ar_clear,(void));
19void EXFUN(ar_replace,(struct list *));
20void EXFUN(ar_delete,(struct list *));
21void EXFUN(ar_save, (void));
22void EXFUN(ar_list, (void));
23void EXFUN(ar_open, (char *, int));
24void EXFUN(ar_directory,(char *, struct list *, char *));
25void EXFUN(ar_addmod, (struct list *));
26void EXFUN(ar_addlib, (char *, struct list *));
27int interactive;
28
29int yyparse();
This page took 0.135202 seconds and 4 git commands to generate.