From 19aa5714cc3e51849bed0434769238cfcbb3efd8 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 25 Mar 2026 22:50:31 -0400 Subject: Tidy up irc.h and edbox.c. --- src/edbox.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/edbox.c') diff --git a/src/edbox.c b/src/edbox.c index 4043bf2..8c6e663 100644 --- a/src/edbox.c +++ b/src/edbox.c @@ -6,8 +6,7 @@ #include "edbox.h" #include "complete.h" #include "keytab.h" - -extern void __fastcall__ bell(void); +#include "irc.h" char old_edbox[EDBOX_SIZE]; static char old_len; @@ -178,9 +177,6 @@ void right(void) { } void edbox_keystroke(char c) { - extern char start_latch; - extern void start_keystroke(char); - if(c == CH_ESC) { start_latch = 1; return; -- cgit v1.2.3