]> jfr.im git - irc/quakenet/newserv.git/blob - helpmod2/hhooks.h
GLINES: fix null pointer deref in trustgline / trustungline
[irc/quakenet/newserv.git] / helpmod2 / hhooks.h
1 /* hooks to the N system, most are O(n) */
2 #ifndef HHOOKS_H
3 #define HHOOKS_H
4
5 void helpmod_registerhooks(void);
6 void helpmod_deregisterhooks(void);
7
8 #endif