Files
build/tools/lsd/cmdline.h
The Android Open Source Project 88b607994a auto import from //depot/cupcake/@135843
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*/