blob: 883c423b33740fecc4104c59e37f5af992b5a0d6 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001#ifndef LSD_H
2#define LSD_H
3
4void lsd(char **execs, int num_execs,
5 int list_needed_libs,
6 int print_info,
7 char **lib_lookup_dirs,
8 int num_lib_lookup_dirs);
9
10#endif