diff options
Diffstat (limited to 'mps/code/arg.h')
| -rw-r--r-- | mps/code/arg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mps/code/arg.h b/mps/code/arg.h index e756da04182..2bcc80b0c61 100644 --- a/mps/code/arg.h +++ b/mps/code/arg.h | |||
| @@ -38,6 +38,7 @@ extern Bool ArgListCheck(ArgList args); | |||
| 38 | 38 | ||
| 39 | extern Bool ArgPick(ArgStruct *argOut, ArgList args, Key key); | 39 | extern Bool ArgPick(ArgStruct *argOut, ArgList args, Key key); |
| 40 | extern void ArgRequire(ArgStruct *argOut, ArgList args, Key key); | 40 | extern void ArgRequire(ArgStruct *argOut, ArgList args, Key key); |
| 41 | extern void ArgTrivVarargs(ArgStruct args[MPS_ARGS_MAX], va_list varargs); | ||
| 41 | 42 | ||
| 42 | extern Bool ArgCheckCant(Arg arg); | 43 | extern Bool ArgCheckCant(Arg arg); |
| 43 | extern Bool ArgCheckFormat(Arg arg); | 44 | extern Bool ArgCheckFormat(Arg arg); |