The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | #ifndef LSD_H |
2 | #define LSD_H | ||||
3 | |||||
4 | void 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 |