Merge branch 'development'
[NeonServV5.git] / src / IRCQueue.h
index 2af836ecc43e2d5c8d0422fa58ae5b60851822dd..cd27b1c7ae774da8a17f9223edcff558df47cc67 100644 (file)
@@ -1,5 +1,5 @@
-/* IRCQueue.h - NeonServ v5.2
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* IRCQueue.h - NeonServ v5.6
+ * 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