help system rework, part 1

This commit is contained in:
William Pitcock 2007-12-03 19:35:55 -06:00
parent b37021a45e
commit 9802490cbb
4 changed files with 15 additions and 90 deletions

View file

@ -43,5 +43,8 @@ extern void load_help(void);
extern void send_user_motd(struct Client *);
extern void send_oper_motd(struct Client *);
struct Dictionary;
extern struct Dictionary *help_dict;
#endif