Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
libvpx
Commits
4e5a7788
Commit
4e5a7788
authored
Oct 11, 2014
by
James Zern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
args.h: add arg_parse_enum prototype
Change-Id: I64d6e7c2d3f76528ab409ce381267fc5cef13ab1
parent
e4caf225
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
args.h
args.h
+1
-0
No files found.
args.h
View file @
4e5a7788
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment