diff options
Diffstat (limited to 'xtrapout.c')
-rw-r--r-- | xtrapout.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -101,6 +101,11 @@ SOFTWARE. #ifndef vaxc #define globalref extern #endif +#ifdef Lynx +extern char *optarg; +extern int optind; +extern int opterr; +#endif /* Forward declarations */ |