blob: 30360614ab6d89f498dc95a1486f5d4f9ceb4821 (
plain)
1
2
3
4
5
6
7
8
9
10
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);
|