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