888ca09d |
/* |
53c7e0f1 |
* Copyright (C) 2001-2003 FhG Fokus |
7dd0b342 |
* |
2266bb9c |
* This file is part of Kamailio, a free SIP server. |
7dd0b342 |
* |
2266bb9c |
* Kamailio is free software; you can redistribute it and/or modify |
7dd0b342 |
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
* |
2266bb9c |
* Kamailio is distributed in the hope that it will be useful, |
7dd0b342 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software |
9e1ff448 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
888ca09d |
*/ |
2266bb9c |
/*!
* \file
* \brief Kamailio core :: Receive msg function
* \ingroup core
* Module: \ref core
*/ |
888ca09d |
|
7dd0b342 |
|
888ca09d |
#ifndef receive_h
#define receive_h
|
4e2fdd79 |
#include "ip_addr.h"
|
f2f969dd |
int receive_msg(char* buf, unsigned int len, struct receive_info *ri); |
61f86410 |
unsigned int inc_msg_no(void); |
888ca09d |
#endif |