Track in-progress LISTs by next hash bucket to send, rather than a
[ircu2.10.12-pk.git] / include / hash.h
index 02806192aa7366269135c19632f69e71c0a3a62c..62f4770918c6527723e1a54feb373fdd1ee0a72b 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * $Id$
+ */
+/** @file
+ * @brief Hash table management APIs.
+ * @version $Id$
  */
 
 #ifndef INCLUDED_hash_h
@@ -85,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 */