]> jfr.im git - solanum.git/blobdiff - include/cache.h
doc: Change missed chadybdis name to solanum (#111)
[solanum.git] / include / cache.h
index d5396d39af69e20e8b5778c0955ddff304195a1b..095354d8e54cfde0ceb98b61638c648774beb561 100644 (file)
@@ -1,7 +1,8 @@
-/* $Id: cache.h 24250 2007-08-22 19:15:08Z androsyn $ */
 #ifndef INCLUDED_CACHE_H
 #define INCLUDED_CACHE_H
 
+#include "rb_dictionary.h"
+
 #define HELP_MAX       100
 
 #define CACHEFILELEN   30
@@ -44,8 +45,7 @@ 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;
-extern struct Dictionary *help_dict_user;
+extern rb_dictionary *help_dict_oper;
+extern rb_dictionary *help_dict_user;
 #endif