Merge "args.h: add arg_parse_enum prototype"

This commit is contained in:
James Zern 2014-10-13 02:20:21 -07:00 коммит произвёл Gerrit Code Review
Родитель 199fb3194f 4e5a7788e9
Коммит 574fd5fd96
1 изменённых файлов: 1 добавлений и 0 удалений

1
args.h
Просмотреть файл

@ -51,6 +51,7 @@ char **argv_dup(int argc, const char **argv);
unsigned int arg_parse_uint(const struct arg *arg);
int arg_parse_int(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);
#ifdef __cplusplus
} // extern "C"