mirror of https://github.com/sipwise/sems.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
/**
|
|
* Copyright (C) 2007 iptego GmbH
|
|
*
|
|
* This file is part of libbinrpc.
|
|
*
|
|
* libbinrpc is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* the Free Software Foundation; either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* libbinrpc is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#include <binrpc/tls.h>
|
|
#include <binrpc/errno.h>
|
|
#include <binrpc/mem.h>
|
|
#include <binrpc/time.h>
|
|
#include <binrpc/list.h>
|
|
#include <binrpc/config.h>
|
|
#include <binrpc/errcode.h>
|
|
#include <binrpc/lock.h>
|
|
#include <binrpc/log.h>
|
|
#include <binrpc/value.h>
|
|
#include <binrpc/call.h>
|
|
#include <binrpc/cb.h>
|
|
#include <binrpc/dissector.h>
|
|
#include <binrpc/net.h>
|
|
#include <binrpc/print.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
/* extern "C" linkage closes */
|
|
#endif
|