From 1f083c3ac8961158cf7788a625e1786960d590d4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 Dec 2011 18:34:03 +0000 Subject: (svn r23576) -Codechange: split the base of strgen with the strgen code that creates the actual .lng files --- src/table/strgen_tables.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/table') diff --git a/src/table/strgen_tables.h b/src/table/strgen_tables.h index bed658eac..64a6da87e 100644 --- a/src/table/strgen_tables.h +++ b/src/table/strgen_tables.h @@ -30,9 +30,9 @@ struct CmdStruct { CmdFlags flags; }; -static void EmitSingleChar(Buffer *buffer, char *buf, int value); -static void EmitPlural(Buffer *buffer, char *buf, int value); -static void EmitGender(Buffer *buffer, char *buf, int value); +extern void EmitSingleChar(Buffer *buffer, char *buf, int value); +extern void EmitPlural(Buffer *buffer, char *buf, int value); +extern void EmitGender(Buffer *buffer, char *buf, int value); static const CmdStruct _cmd_structs[] = { /* Font size */ -- cgit v1.2.3-70-g09d2