Merge "args.h: add arg_parse_enum prototype"
This commit is contained in:
commit
574fd5fd96
1
args.h
1
args.h
@ -51,6 +51,7 @@ char **argv_dup(int argc, const char **argv);
|
|||||||
unsigned int arg_parse_uint(const struct arg *arg);
|
unsigned int arg_parse_uint(const struct arg *arg);
|
||||||
int arg_parse_int(const struct arg *arg);
|
int arg_parse_int(const struct arg *arg);
|
||||||
struct vpx_rational arg_parse_rational(const struct arg *arg);
|
struct vpx_rational arg_parse_rational(const struct arg *arg);
|
||||||
|
int arg_parse_enum(const struct arg *arg);
|
||||||
int arg_parse_enum_or_int(const struct arg *arg);
|
int arg_parse_enum_or_int(const struct arg *arg);
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user