X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=getopt.c;h=03a17d899afc409d11d940ad73ed58f23250d13a;hb=91b8735242adb1780c12f37b0a2fb87d9edde2d5;hp=8a70616e0791e81a9ef8d50ea4685ed88a5c775b;hpb=054761502f884ae2cb147c75bd17a660fe63b071;p=debian%2Felilo diff --git a/getopt.c b/getopt.c index 8a70616..03a17d8 100644 --- a/getopt.c +++ b/getopt.c @@ -25,7 +25,6 @@ * 02111-1307, USA. */ - #include #include @@ -36,7 +35,7 @@ #define BADCH (INTN)'?' #define BADARG (INTN)':' -extern CHAR16 * StrChr(IN const CHAR16 *s, INT16 c); +extern CHAR16 * StrChr(IN const CHAR16 *s, CHAR16 c); CHAR16 *Optarg; INTN Optind = 1;