blob: 5e396fdfc35b9ba43478fbb3a5bb8c87afb4213d [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001#ifndef LSD_H
2#define LSD_H
3
4void apriori(char **execs, int num_execs,
5 char *output,
6 void (*set_next_link_address)(const char *name, off_t fsize),
7 int (*get_next_link_address)(const char *name),
8 int locals_only,
9 int dry_run,
10 char **lib_lookup_dirs, int num_lib_lookup_dirs,
11 char **default_libs, int num_default_libs,
12 char *mapfile);
13
14#endif