summaryrefslogtreecommitdiff
path: root/frontends/riscos/ucstables.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/riscos/ucstables.h')
-rw-r--r--frontends/riscos/ucstables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/riscos/ucstables.h b/frontends/riscos/ucstables.h
index e5d838249..31db5d882 100644
--- a/frontends/riscos/ucstables.h
+++ b/frontends/riscos/ucstables.h
@@ -21,7 +21,7 @@
* This is only used if nothing claims Service_International,8
*/
-struct gui_utf8_table *riscos_utf8_table;
+extern struct gui_utf8_table *riscos_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);