repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Listtree.mcc: rename variables in Listtree_GetEntry to match the template of other...
[AROS.git]
/
tools
/
collect-aros
/
backend.h
blob
7f8b56edc8c10eb6eaee73ad49e918b2b640746b
1
#ifndef _BACKEND_H_
2
#define _BACKEND_H_
3
4
#include
"gensets.h"
5
6
extern
int
check_and_print_undefined_symbols
(
const char
*
file
);
7
extern
void
collect_sets
(
const char
*
file
,
setnode
**
setlist_ptr
);
8
extern
void
collect_libs
(
const char
*
file
,
setnode
**
liblist_ptr
);
9
10
#endif
/* !_BACKEND_H_ */