summaryrefslogtreecommitdiff
path: root/apps/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/language.h')
-rw-r--r--apps/language.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/language.h b/apps/language.h
index be58d0c9af..6e96162768 100644
--- a/apps/language.h
+++ b/apps/language.h
@@ -22,11 +22,7 @@
22 22
23/* both these must match the two initial bytes in the binary lang file */ 23/* both these must match the two initial bytes in the binary lang file */
24#define LANGUAGE_COOKIE 0x1a 24#define LANGUAGE_COOKIE 0x1a
25#define LANGUAGE_VERSION 0x01 25#define LANGUAGE_VERSION 0x02
26 26
27/* load a given language file */ 27/* load a given language file */
28int lang_load(char *filename); 28int lang_load(char *filename);
29
30/* -----------------------------------------------------------------
31 * vim: et sw=4 ts=8 sts=4 tw=78
32 */