diff options
Diffstat (limited to 'mcast/client/.svn/text-base/mld_reporter.h.svn-base')
-rw-r--r-- | mcast/client/.svn/text-base/mld_reporter.h.svn-base | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mcast/client/.svn/text-base/mld_reporter.h.svn-base b/mcast/client/.svn/text-base/mld_reporter.h.svn-base new file mode 100644 index 0000000..3036061 --- /dev/null +++ b/mcast/client/.svn/text-base/mld_reporter.h.svn-base @@ -0,0 +1,11 @@ +/* + * (c) BayCom GmbH, http://www.baycom.de, info@baycom.de + * + * See the COPYING file for copyright information and + * how to reach the author. + * + */ + +DLL_SYMBOL int mld_client_init (char *intf); +DLL_SYMBOL void mld_client_exit (void); + |