summaryrefslogtreecommitdiff
path: root/args.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-10-11 11:27:23 +0200
committerJames Zern <jzern@google.com>2014-10-11 11:27:23 +0200
commit4e5a7788e9c16ee0828ebb68150574222e7e04b7 (patch)
tree0bb8aa4003a076b82565e8dbfcd348acc42e1090 /args.h
parente4caf2250fd5ed64af14bc6f48012827f3585bf6 (diff)
downloadlibvpx-4e5a7788e9c16ee0828ebb68150574222e7e04b7.tar
libvpx-4e5a7788e9c16ee0828ebb68150574222e7e04b7.tar.gz
libvpx-4e5a7788e9c16ee0828ebb68150574222e7e04b7.tar.bz2
libvpx-4e5a7788e9c16ee0828ebb68150574222e7e04b7.zip
args.h: add arg_parse_enum prototype
Change-Id: I64d6e7c2d3f76528ab409ce381267fc5cef13ab1
Diffstat (limited to 'args.h')
-rw-r--r--args.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/args.h b/args.h
index 04e0acdf1..1f37151a0 100644
--- a/args.h
+++ b/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"