summaryrefslogtreecommitdiff
path: root/xtrapchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'xtrapchar.c')
-rw-r--r--xtrapchar.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/xtrapchar.c b/xtrapchar.c
index 195b1dc..06b9400 100644
--- a/xtrapchar.c
+++ b/xtrapchar.c
@@ -90,6 +90,12 @@ SOFTWARE.
#ifndef vaxc
#define globalref extern
#endif
+#ifdef Lynx
+extern char *optarg;
+extern int optind;
+extern int opterr;
+#endif
+
/* Special private indicators */
#define BPRESS '!'
#define BRELEASE '"'