view mcabber/src/lang.h @ 101:4f3ad00b5187

[/trunk] Changeset 115 by mikael * Remove trailing spaces in commands * Fix a bug in last change related to completion (didn't compile)
author mikael
date Thu, 21 Apr 2005 17:31:28 +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