Track in-progress LISTs by next hash bucket to send, rather than a
[ircu2.10.12-pk.git] / include / hash.h
index 67af00b08d24b027bdf96a45ec5c5628515d47e9..62f4770918c6527723e1a54feb373fdd1ee0a72b 100644 (file)
@@ -87,5 +87,6 @@ extern int m_hash(struct Client *cptr, struct Client *sptr, int parc, char *parv
 extern int isNickJuped(const char *nick);
 extern int addNickJupes(const char *nicks);
 extern void clearNickJupes(void);
+extern void list_next_channels(struct Client *cptr);
 
 #endif /* INCLUDED_hash_h */