X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcommon%2Fcmdline.h;h=6791c4be3a002682ec64ea4e71aabbcd4f70cd7d;hb=a8698b30e85941f1ee9a74a6135eed63ec84bc69;hp=87b7a67c00be21766056ec8d7ba5045ce5f204c6;hpb=6a01347d6c0ada6233cba7c3c3524b71cb5f7f9f;p=cc65 diff --git a/src/common/cmdline.h b/src/common/cmdline.h index 87b7a67c0..6791c4be3 100644 --- a/src/common/cmdline.h +++ b/src/common/cmdline.h @@ -82,11 +82,11 @@ void UnknownOption (const char* Opt) attribute ((noreturn)); void NeedArg (const char* Opt) attribute ((noreturn)); /* Print an error about a missing option argument and exit. */ - + void InvDef (const char* Def) attribute ((noreturn)); /* Print an error about an invalid definition and die */ -const char* GetArg (int* ArgNum, unsigned Len); +const char* GetArg (unsigned* ArgNum, unsigned Len); /* Get an argument for a short option. The argument may be appended to the * option itself or may be separate. Len is the length of the option string. */