diff options
author | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:50:03 +0200 |
---|---|---|
committer | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:50:03 +0200 |
commit | ccf6e0f9c6b0481ed13e0f4794e3fbead750f385 (patch) | |
tree | ed86efb54f7ee41edfba5c89ca519b5fd10aa0d5 /mcliheaders.h | |
download | vdr-plugin-mcli-ccf6e0f9c6b0481ed13e0f4794e3fbead750f385.tar.gz vdr-plugin-mcli-ccf6e0f9c6b0481ed13e0f4794e3fbead750f385.tar.bz2 |
added vdr-plugin-mcli-0.0.1+svn20120927
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 |