]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/cache.h
Use a more expected value for SHARED_TRESV.
[irc/rqf/shadowircd.git] / include / cache.h
index f60b5b9a9847b9a84c3c81234da781f285e22c89..64fb30c7fbaa3549fa76bd83c00e1f13659a32ba 100644 (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