projects
/
argpar.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename argpar_iter_get_ingested_orig_args() -> argpar_iter_ingested_orig_args()
[argpar.git]
/
argpar
/
argpar.c
diff --git
a/argpar/argpar.c
b/argpar/argpar.c
index 5a8a302de8d063dc7ef6426f2be1eb4dfca39793..f324d7fb130355a42ef07583cfcd520f09f2e324 100644
(file)
--- a/
argpar/argpar.c
+++ b/
argpar/argpar.c
@@
-766,7
+766,7
@@
end:
}
ARGPAR_HIDDEN
}
ARGPAR_HIDDEN
-unsigned int argpar_iter_
get_
ingested_orig_args(
+unsigned int argpar_iter_ingested_orig_args(
const struct argpar_iter * const iter)
{
return iter->i;
const struct argpar_iter * const iter)
{
return iter->i;
@@
-809,7
+809,7
@@
struct argpar_parse_ret argpar_parse(const unsigned int argc,
case ARGPAR_ITER_NEXT_STATUS_ERROR_UNKNOWN_OPT:
if (fail_on_unknown_opt) {
parse_ret.ingested_orig_args =
case ARGPAR_ITER_NEXT_STATUS_ERROR_UNKNOWN_OPT:
if (fail_on_unknown_opt) {
parse_ret.ingested_orig_args =
- argpar_iter_
get_
ingested_orig_args(iter);
+ argpar_iter_ingested_orig_args(iter);
goto error;
}
goto error;
}
@@
-832,7
+832,7
@@
struct argpar_parse_ret argpar_parse(const unsigned int argc,
success:
ARGPAR_ASSERT(!parse_ret.error);
success:
ARGPAR_ASSERT(!parse_ret.error);
- parse_ret.ingested_orig_args = argpar_iter_
get_
ingested_orig_args(iter);
+ parse_ret.ingested_orig_args = argpar_iter_ingested_orig_args(iter);
goto end;
error:
goto end;
error:
This page took
0.022643 seconds
and
4
git commands to generate.