]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_resv.c
More changes for libratbox.
[irc/rqf/shadowircd.git] / modules / m_resv.c
index 50b7fafb017ca29ab4bf327fbb5c89b3dd0f37de..c19d774e1729254d806040453daf2dbbddd05e71 100644 (file)
@@ -284,7 +284,7 @@ parse_resv(struct Client *source_p, const char *name,
                aconf->port = 0;
                DupString(aconf->name, name);
                DupString(aconf->passwd, reason);
-               dlinkAddAlloc(aconf, &resv_conf_list);
+               rb_dlinkAddAlloc(aconf, &resv_conf_list);
 
                if(temp_time > 0)
                {
@@ -516,7 +516,7 @@ remove_resv(struct Client *source_p, const char *name)
                        ilog(L_KLINE, "UR %s %s", get_oper_name(source_p), name);
                }
                /* already have ptr from the loop above.. */
-               dlinkDestroy(ptr, &resv_conf_list);
+               rb_dlinkDestroy(ptr, &resv_conf_list);
        }
        free_conf(aconf);