mcabber/mcabber/help.h
author Mikael Berthe <mikael@lilotux.net>
Wed, 01 Dec 2010 21:36:37 +0100
changeset 1930 45c8b217fabb
parent 1811 e6d355e50d7a
permissions -rw-r--r--
Ready for release 0.10.1

#ifndef __MCABBER_HELP_H__
#define __MCABBER_HELP_H__ 1

void free_help_dirs(void);
void init_help_dirs(void);
void help_process(char *string);
void help_init(void);

#endif /* __MCABBER_HELP_H__ */

/* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2:  For Vim users... */