make s_user.c build.
This commit is contained in:
parent
c626889a84
commit
fa94d8fb93
2 changed files with 10 additions and 5 deletions
|
@ -42,10 +42,11 @@ void free_cachefile(struct cachefile *);
|
|||
void load_help(void);
|
||||
|
||||
void send_user_motd(struct Client *);
|
||||
void send_oper_motd(struct Client *);
|
||||
void cache_user_motd(void);
|
||||
|
||||
struct Dictionary;
|
||||
extern struct Dictionary *help_dict_oper;
|
||||
struct Dictionary;
|
||||
extern struct Dictionary *help_dict_oper;
|
||||
extern struct Dictionary *help_dict_user;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue