• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef LSD_H
2 #define LSD_H
3 
4 void 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
15