summaryrefslogtreecommitdiffstats
path: root/third_party/aom/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/args.h')
-rw-r--r--third_party/aom/args.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/aom/args.h b/third_party/aom/args.h
index e7841fc64..c3427bcfa 100644
--- a/third_party/aom/args.h
+++ b/third_party/aom/args.h
@@ -57,6 +57,7 @@ int arg_parse_int(const struct arg *arg);
struct aom_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_list(const struct arg *arg, int *list, int n);
#ifdef __cplusplus
} // extern "C"
#endif