view mcabber/mcabber/help.h @ 1678:e489ead6574a

New help system * Configurable multiple help location directories * Multiple languages support * Utilizing option guards to be configurable dynamically * Language autodetection from locale with fallback to 'en'
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 18 Jan 2010 18:49:25 +0200
parents 41c26b7d2890
children e6d355e50d7a
line wrap: on
line source

#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:  For Vim users... */