]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/operhash.h
m_challenge: fix use of undefined behaviour.
[irc/rqf/shadowircd.git] / include / operhash.h
index 643abf9d44a682d4f212e2a51536a8394672ccfc..c999b720244fdc3a52468399807e5f6d000c431b 100644 (file)
@@ -1,12 +1,6 @@
 #ifndef INCLUDED_operhash_h
 #define INCLUDED_operhash_h
 
-struct operhash_entry
-{
-       char *name;
-       int refcount;
-};
-
 void init_operhash(void);
 const char *operhash_add(const char *name);
 const char *operhash_find(const char *name);