X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/c98390004f4f14cd8215302d77313f81e2546e22..f726dd0928006951a9a03f101fdb0c4d29db86b2:/include/cache.h diff --git a/include/cache.h b/include/cache.h index f60b5b9..64fb30c 100644 --- a/include/cache.h +++ b/include/cache.h @@ -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