added UserBot rejoin system
[NeonServV5.git] / src / IRCQueue.h
index 6b9c759f4e56ba64bcf869d3b779fbca39cfbf45..3f8ae81fa8c7e906f908dd4a7a1a8679dffa605b 100644 (file)
@@ -1,5 +1,5 @@
-/* IRCQueue.h - NeonServ v5.1
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* IRCQueue.h - NeonServ v5.5
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,5 @@ struct ClientSocket;
 
 int queue_add(struct ClientSocket *client, char* msg, int len);
 void queue_destroy(struct ClientSocket *client);
-void queue_init();
-void queue_loop();
 
 #endif
\ No newline at end of file