summaryrefslogtreecommitdiff
path: root/gui/Linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/Linux.h')
-rw-r--r--gui/Linux.h6
1 files changed, 4 insertions, 2 deletions
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();