modified code to use IOHandler functions instead of own ones
[NeonServV5.git] / src / IRCQueue.h
index 9059631c53730ef796c102f58185ebf557141006..3f8ae81fa8c7e906f908dd4a7a1a8679dffa605b 100644 (file)
@@ -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