diff options
Diffstat (limited to 'mcliheaders.h')
-rw-r--r-- | mcliheaders.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mcliheaders.h b/mcliheaders.h new file mode 100644 index 0000000..41de926 --- /dev/null +++ b/mcliheaders.h @@ -0,0 +1,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 |