*** VERSION 5.1.0 ***
[NeonServV5.git] / src / ChanNode.h
index 002405b85ed93168a73e42743feb1552efd3ffd5..129ea95dd927c38c8e3867bbd13f07dc0801eb49 100644 (file)
@@ -1,4 +1,4 @@
-/* ChanNode.h - NeonServ v5.0
+/* ChanNode.h - NeonServ v5.1
  * Copyright (C) 2011  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -46,6 +46,7 @@ struct ChanNode {
 void init_ChanNode();
 void free_ChanNode();
 int is_valid_chan(const char *name);
+struct ChanNode* getAllChans(struct ChanNode *last);
 struct ChanNode* getChanByName(const char *name);
 struct ChanNode* addChannel(const char *chan);
 int getChannelCount();