view mcabber/src/help.h @ 1064:516b5f7d1023

Fix some UTF-8 related problems When the jid is invalid, it is displayed in the error messages. However, in non-UTF-8 locales the LPRINT_NOTUTF8 must be provided because we call scr_LogPrint() before the UTF-8 conversion.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 01 Dec 2006 23:50:52 +0100
parents cefdaeb42e67
children 2de8f8ba1f34
line wrap: on
line source

#ifndef __HELP_H__
#define __HELP_H__ 1

int help_process(char *string);

#endif /* __HELP_H__ */