summaryrefslogtreecommitdiffstats
path: root/tools/lsd/cmdline.h
blob: fc3be3e3b891bef5fab7138d1c5211135d81efa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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*/