]> jfr.im git - solanum.git/blobdiff - modules/m_stats.c
Change struct Dictionary(*) to rb_dictionary(_\1).
[solanum.git] / modules / m_stats.c
index 2602042b6abf257546fb027658f1c5be4a628066..2ab45860949667afff495a4529983f3926785335 100644 (file)
@@ -285,7 +285,7 @@ static void
 stats_delay(struct Client *source_p)
 {
        struct nd_entry *nd;
-       struct DictionaryIter iter;
+       rb_dictionary_iter iter;
 
        RB_DICTIONARY_FOREACH(nd, &iter, nd_dict)
        {
@@ -734,7 +734,7 @@ stats_klines(struct Client *source_p)
 static void
 stats_messages(struct Client *source_p)
 {
-       struct DictionaryIter iter;
+       rb_dictionary_iter iter;
        struct Message *msg;
        struct alias_entry *amsg;