summaryrefslogtreecommitdiff
path: root/mcast/netcv2dvbip/headers.h
diff options
context:
space:
mode:
authorLars Heer <l.heer@gmx.de>2013-09-18 14:47:42 +0200
committerLars Heer <l.heer@gmx.de>2013-09-18 14:47:42 +0200
commitc49649d7324c481a2a39145b77259eb58655df22 (patch)
tree52e6c3063d0608748c67e9658defdb2ffa4cfbd7 /mcast/netcv2dvbip/headers.h
parent58aa9d6ebc3bb122067c72b21af84e51aa655ad0 (diff)
downloadvdr-plugin-mcli-c49649d7324c481a2a39145b77259eb58655df22.tar.gz
vdr-plugin-mcli-c49649d7324c481a2a39145b77259eb58655df22.tar.bz2
added netcv2dvbip revision 188 from https://svn.baycom.de/repos/vdr-mcli-plugin/mcast/netcv2dvbip
Diffstat (limited to 'mcast/netcv2dvbip/headers.h')
-rw-r--r--mcast/netcv2dvbip/headers.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/mcast/netcv2dvbip/headers.h b/mcast/netcv2dvbip/headers.h
new file mode 100644
index 0000000..5ffa21b
--- /dev/null
+++ b/mcast/netcv2dvbip/headers.h
@@ -0,0 +1,33 @@
+/*
+ * (c) BayCom GmbH, http://www.baycom.de, info@baycom.de
+ *
+ * See the COPYING file for copyright information and
+ * how to reach the author.
+ *
+ */
+
+#ifndef __HEADERS_H__
+#define __HEADERS_H__
+
+#include "defs.h"
+#include "version.h"
+#include "list.h"
+#include "satlists.h"
+#include "mcast.h"
+#include "input.h"
+#include "recv_ccpp.h"
+#include "recv_tv.h"
+#include "tools.h"
+#include "interfaces.h"
+#include "mcast.h"
+#include "mld.h"
+#include "api_server.h"
+#include "tca_handler.h"
+#include "tra_handler.h"
+#include "mld_reporter.h"
+#include "ciparser.h"
+#include "ci_handler.h"
+#include "mmi_handler.h"
+#include "crc32.h"
+#include "siparser.h"
+#endif