]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/operhash.c
Add topic TS and channel TS constraints for /LIST.
[irc/rqf/shadowircd.git] / src / operhash.c
index 5e416d0d7fdea66cd41fb2adce8b05b93079415b..f151cf4b040f4e04fa9430aec21e2fab536a55aa 100644 (file)
@@ -28,7 +28,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: operhash.c 26094 2008-09-19 15:33:46Z androsyn $
  */
 #include <ratbox_lib.h>
 #include "stdinc.h"
 
 #define hash_opername(x) fnv_hash_upper((const unsigned char *)(x), OPERHASH_MAX_BITS)
 
+struct operhash_entry
+{
+       char *name;
+       int refcount;
+};
+
 static rb_dlink_list operhash_table[OPERHASH_MAX];
 
 const char *