summaryrefslogtreecommitdiff
path: root/frontends/atari/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/atari/encoding.h')
-rw-r--r--frontends/atari/encoding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/atari/encoding.h b/frontends/atari/encoding.h
index 784aa8273..53db7b78b 100644
--- a/frontends/atari/encoding.h
+++ b/frontends/atari/encoding.h
@@ -25,7 +25,7 @@
#include "utils/utf8.h"
-struct gui_utf8_table *atari_utf8_table;
+extern struct gui_utf8_table *atari_utf8_table;
nserror utf8_to_local_encoding(const char *string, size_t len, char **result);
nserror utf8_from_local_encoding(const char *string, size_t len, char **result);