From 4e5a7788e9c16ee0828ebb68150574222e7e04b7 Mon Sep 17 00:00:00 2001
From: James Zern <jzern@google.com>
Date: Sat, 11 Oct 2014 11:27:23 +0200
Subject: [PATCH] args.h: add arg_parse_enum prototype

Change-Id: I64d6e7c2d3f76528ab409ce381267fc5cef13ab1
---
 args.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/args.h b/args.h
index 04e0acdf1b..1f37151a02 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"
-- 
GitLab