X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FIRCQueue.h;h=cd27b1c7ae774da8a17f9223edcff558df47cc67;hp=9e1ff0a0eb914197ab74c48c5e37020707f808ae;hb=8a1a716ef73af7b5288f7b5f8ab1b37be80f1247;hpb=44436a96352a38631237978c9fd431cef3d85cfb diff --git a/src/IRCQueue.h b/src/IRCQueue.h index 9e1ff0a..cd27b1c 100644 --- a/src/IRCQueue.h +++ b/src/IRCQueue.h @@ -1,5 +1,5 @@ -/* IRCQueue.h - NeonServ v5.3 - * 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