1 |
/* |
/* |
2 |
* IRC - Internet Relay Chat, ircd/msgq.c |
* ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd). |
|
* Copyright (C) 2000 Kevin L. Mitchell <klmitch@mit.edu> |
|
3 |
* |
* |
4 |
* This program is free software; you can redistribute it and/or modify |
* Copyright (C) 2000 Kevin L. Mitchell <klmitch@mit.edu> |
5 |
* it under the terms of the GNU General Public License as published by |
* Copyright (C) 2013 by the Hybrid Development Team. |
|
* the Free Software Foundation; either version 1, or (at your option) |
|
|
* any later version. |
|
6 |
* |
* |
7 |
* This program is distributed in the hope that it will be useful, |
* This program is free software; you can redistribute it and/or modify |
8 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
* it under the terms of the GNU General Public License as published by |
9 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
* the Free Software Foundation; either version 2 of the License, or |
10 |
* GNU General Public License for more details. |
* (at your option) any later version. |
11 |
* |
* |
12 |
* You should have received a copy of the GNU General Public License |
* This program is distributed in the hope that it will be useful, |
13 |
* along with this program; if not, write to the Free Software |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 |
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 |
|
* GNU General Public License for more details. |
16 |
|
* |
17 |
|
* You should have received a copy of the GNU General Public License |
18 |
|
* along with this program; if not, write to the Free Software |
19 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
20 |
|
* USA |
21 |
*/ |
*/ |
22 |
/** @file |
|
23 |
* @brief Outbound message queue implementation. |
/*! \file msgq.c |
24 |
* @version $Id$ |
* \brief Outbound message queue implementation. |
25 |
|
* \version $Id: msgq.c 2386 2013-07-06 20:47:09Z michael $ |
26 |
*/ |
*/ |
27 |
|
|
28 |
#include "stdinc.h" |
#include "stdinc.h" |