Home | History | Annotate | Download | only in lsd
      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
     11