]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/hook.h
start making this compile
[irc/rqf/shadowircd.git] / include / hook.h
index b3d608b2a789d4ed8af433d5d972228d47e4d5f7..24da17e7d6aaa395f7e7b1b8d1365ed088d9b0ce 100644 (file)
@@ -10,7 +10,7 @@
 typedef struct
 {
        char *name;
-       dlink_list hooks;
+       rb_dlink_list hooks;
 } hook;
 
 typedef void (*hookfn) (void *data);