X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/3dae60ef47fcc74d3d9d5e7c866671f4fec1284d..f6b73103d683179e60a99c87037c685f68dd0f9c:/include/cache.h diff --git a/include/cache.h b/include/cache.h index d5396d39..095354d8 100644 --- a/include/cache.h +++ b/include/cache.h @@ -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