blob: fc3be3e3b891bef5fab7138d1c5211135d81efa4 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001#ifndef CMDLINE_H
2#define CMDLINE_H
3
4void print_help(void);
5
6int get_options(int argc, char **argv,
7 int *list_needed_libs,
8 int *info,
9 char ***dirs,
10 int *num_dirs,
11 int *verbose);
12
13#endif/*CMDLINE_H*/