summaryrefslogtreecommitdiff
path: root/src/map/lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/lang.h')
-rw-r--r--src/map/lang.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/lang.h b/src/map/lang.h
index 0c1e0fa..4afc6b9 100644
--- a/src/map/lang.h
+++ b/src/map/lang.h
@@ -7,11 +7,9 @@
extern struct DBMap *translate_db;
void do_init_langs (void);
-
+void do_final_langs(void);
const char* lang_trans(const char *str, int lng, int flg);
-
const char* lang_pctrans(const char *str, TBL_PC *sd);
-
int lang_getId(const char *str);
#endif // EVOL_MAP_LANG