Merge branch 'development'
[NeonServV5.git] / src / IRCQueue.h
index 05510c7a39456f3b09619677c203179d4c8a597c..cd27b1c7ae774da8a17f9223edcff558df47cc67 100644 (file)
@@ -1,4 +1,4 @@
-/* IRCQueue.h - NeonServ v5.4
+/* IRCQueue.h - NeonServ v5.6
  * 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