comparison 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
comparison
equal deleted inserted replaced
1677:9a0ed33fb91b 1678:e489ead6574a
1 #ifndef __MCABBER_HELP_H__ 1 #ifndef __MCABBER_HELP_H__
2 #define __MCABBER_HELP_H__ 1 2 #define __MCABBER_HELP_H__ 1
3 3
4 int help_process(char *string); 4 void free_help_dirs(void);
5 void init_help_dirs(void);
6 void help_process(char *string);
7 void help_init(void);
5 8
6 #endif /* __MCABBER_HELP_H__ */ 9 #endif /* __MCABBER_HELP_H__ */
7 10
8 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 11 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */