]> jfr.im git - solanum.git/blobdiff - include/cache.h
Merge pull request #328 from edk0/capability-put-ownerdata
[solanum.git] / include / cache.h
index 33c75bbcc773fc5fd8e0ab8a98bbe710afc066d2..095354d8e54cfde0ceb98b61638c648774beb561 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef INCLUDED_CACHE_H
 #define INCLUDED_CACHE_H
 
+#include "rb_dictionary.h"
+
 #define HELP_MAX       100
 
 #define CACHEFILELEN   30
@@ -43,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