summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:25 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:25 +0000
commita7143cd56ccf0e49fd14cb94c0c3a1ae069baed0 (patch)
tree30fc7d51cb1430a5a68a43a8a332e8621abb4dc9
parent93bcaac840188f518e147b8a59495909358f5932 (diff)
-rw-r--r--xtrapchar.c6
-rw-r--r--xtrapin.c5
-rw-r--r--xtrapout.c5
3 files changed, 16 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 '"'
diff --git a/xtrapin.c b/xtrapin.c
index 092d493..face0c4 100644
--- a/xtrapin.c
+++ b/xtrapin.c
@@ -94,6 +94,11 @@ SOFTWARE.
#ifndef vaxc
#define globalref extern
#endif
+#ifdef Lynx
+extern char *optarg;
+extern int optind;
+extern int opterr;
+#endif
static Boolean grabFlag = False;
diff --git a/xtrapout.c b/xtrapout.c
index d99cf93..35c70f7 100644
--- a/xtrapout.c
+++ b/xtrapout.c
@@ -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 */