FreeCalypso > hg > gsm-codec-lib
diff hrutil/cod-parse.c @ 563:a563c7b17e16
hrutil/cod-parse.c: forgot extern int optind
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 12 Feb 2025 00:32:35 +0000 |
parents | 901753f59f88 |
children |
line wrap: on
line diff
--- a/hrutil/cod-parse.c Wed Feb 12 00:17:56 2025 +0000 +++ b/hrutil/cod-parse.c Wed Feb 12 00:32:35 2025 +0000 @@ -21,6 +21,7 @@ unsigned frame_no; int16_t params[GSMHR_NUM_PARAMS_ENC]; int opt, rc; + extern int optind; big_endian = is_native_big_endian(); while ((opt = getopt(argc, argv, "bl")) != EOF) {