mcabber/src/lang.h
author mikael
Tue, 19 Apr 2005 20:09:54 +0000
changeset 94 9a4aa2797f02
parent 24 e88b15cbf2de
permissions -rw-r--r--
[/trunk] Changeset 108 by mikael * Add completion functions. (Not integrated to the UI yet)

#ifndef __LANG_H__
#define __LANG_H__ 1

void lng_InitLanguage(void);
char *i18n(char *text);

#endif