view mcabber/src/help.h @ 930:a75f7a13df7b

UTF-8 terminal support (Reimar Döffinger) This is a patch from Reimar Döffinger, slightly modified, which makes mcabber work better on UTF-8 terminals.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 08 Jul 2006 09:40:05 +0200
parents cefdaeb42e67
children 2de8f8ba1f34
line wrap: on
line source

#ifndef __HELP_H__
#define __HELP_H__ 1

int help_process(char *string);

#endif /* __HELP_H__ */