From f09888b5a6e137b3001aab084244d3a18965813e Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Sun, 7 Aug 2016 13:47:59 +1000 Subject: [PATCH] and again :/ --- chat_system.c | 1 + 1 file changed, 1 insertion(+) diff --git a/chat_system.c b/chat_system.c index f53811b..f9c1dce 100644 --- a/chat_system.c +++ b/chat_system.c @@ -12,6 +12,7 @@ extern struct bbs_config conf; extern int mynode; extern int gSocket; +extern int sshBBS; static char **screenbuffer; static int chat_socket;