]> jfr.im git - irc/rqf/shadowircd.git/blame - include/operhash.h
hunt_server: Disallow wildcarded nicknames.
[irc/rqf/shadowircd.git] / include / operhash.h
CommitLineData
a0f4c418
JT
1#ifndef INCLUDED_operhash_h
2#define INCLUDED_operhash_h
3
a0f4c418
JT
4void init_operhash(void);
5const char *operhash_add(const char *name);
6const char *operhash_find(const char *name);
7void operhash_delete(const char *name);
8
9#endif