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