The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [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 |