summaryrefslogtreecommitdiff
path: root/mcliheaders.h
blob: 41de926d0f5c2a48e8cf5c0881e66c69faaa8c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * (c) BayCom GmbH, http://www.baycom.de, info@baycom.de
 *
 * See the COPYING file for copyright information and
 * how to reach the author.
 *
 */

#ifndef VDR_MCLI_HEADERS_H
#define VDR_MCLI_HEADERS_H

#define CLIENT
#define API_SOCK
#include <mcast/common/defs.h>
#include <mcast/common/version.h>
#include <mcast/common/list.h>
#include <mcast/common/satlists.h>
#include <mcast/common/mcast.h>
#include <mcast/common/recv_ccpp.h>
#include <mcast/client/recv_tv.h>
#include <mcast/client/mld_reporter.h>
#include <mcast/client/tca_handler.h>
#include <mcast/client/tra_handler.h>
#include <mcast/common/tools.h>
#include <mcast/client/api_server.h>
#include <mcast/client/mmi_handler.h>


#endif // VDR_MCLI_HEADERS_H