blob: fc3be3e3b891bef5fab7138d1c5211135d81efa4 [file] [log] [blame]
#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*/