android_build/tools/lsd/cmdline.h
2009-03-03 19:28:42 -08:00

14 lines
255 B
C

#ifndef CMDLINE_H
#define CMDLINE_H
void print_help(void);
int get_options(int argc, char **argv,
int *list_needed_libs,
int *info,
char ***dirs,
int *num_dirs,
int *verbose);
#endif/*CMDLINE_H*/