OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / build / tools / lsd / lsd.h
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