view mcabber/src/lang.h @ 116:1e7e59775f12

[/trunk] Changeset 130 by mikael * Add /status command. * Fix /quit command when there is a trailing word ("/quit bye"...). * Add an extension (.txt) to the TODO file.
author mikael
date Mon, 25 Apr 2005 15:26:17 +0000
parents e88b15cbf2de
children
line wrap: on
line source

#ifndef __LANG_H__
#define __LANG_H__ 1

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

#endif