Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
build
/
9b675adc029697cdb7e43f4386c89f452de3a689
/
.
/
tools
/
soslim
/
cmdline.h
blob: bfc431ee27d0a516ce8249f052bd05036dc5ba15 [
file
] [
log
] [
blame
]
#ifndef
CMDLINE_H
#define
CMDLINE_H
void
print_help
(
void
);
int
get_options
(
int
argc
,
char
**
argv
,
char
**
outfile
,
char
**
symsfile
,
int
*
print_symtab
,
int
*
verbose
,
int
*
quiet
,
int
*
shady
,
int
*
dry_run
,
int
*
strip_debug
);
#endif/*CMDLINE_H*/