From 5a16476cef25775801a828c01baf815514fd7966 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 16 Nov 2025 00:36:51 +0100 Subject: WIP TCP/SIO --- gui/Linux.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gui/Linux.h') diff --git a/gui/Linux.h b/gui/Linux.h index 2a939050..51310ee1 100644 --- a/gui/Linux.h +++ b/gui/Linux.h @@ -44,8 +44,10 @@ extern gboolean UseGui; extern int StatesC; -char cfgfile[MAXPATHLEN]; /* ADB Comment this out - make a local var, or at least use gchar funcs */ -char cfgfile_basename[MAXPATHLEN]; /* ADB Comment this out - make a local var, or at least use gchar funcs */ +/* ADB Comment this out - make a local var, or at least use gchar funcs */ +extern char cfgfile[MAXPATHLEN]; +/* ADB Comment this out - make a local var, or at least use gchar funcs */ +extern char cfgfile_basename[MAXPATHLEN]; int LoadConfig(); void SaveConfig(); -- cgit v1.2.3