Merge branch 'master' into IOMultiplexer
[NeonServV5.git] / src / IRCQueue.h
index 2e2bc7ba58e9fba85b5c093bc3c23553a3b081ff..3f8ae81fa8c7e906f908dd4a7a1a8679dffa605b 100644 (file)
@@ -1,4 +1,4 @@
-/* IRCQueue.h - NeonServ v5.3
+/* IRCQueue.h - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -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