summaryrefslogtreecommitdiff
path: root/emu/port/devcons.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/port/devcons.c')
-rw-r--r--emu/port/devcons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/emu/port/devcons.c b/emu/port/devcons.c
index 0964b56f..dfba5621 100644
--- a/emu/port/devcons.c
+++ b/emu/port/devcons.c
@@ -7,7 +7,7 @@
#include "keyboard.h"
extern int cflag;
-int exdebug;
+extern int exdebug;
extern int keepbroken;
enum
@@ -61,7 +61,7 @@ Dirtab contab[] =
};
Queue* gkscanq; /* Graphics keyboard raw scancodes */
-char* gkscanid; /* name of raw scan format (if defined) */
+extern char* gkscanid; /* name of raw scan format (if defined) */
Queue* gkbdq; /* Graphics keyboard unprocessed input */
Queue* kbdq; /* Console window unprocessed keyboard input */
Queue* lineq; /* processed console input */