From 069060cad6d9a21d9ec287a7ae9a22deb87f4abc Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 18 Feb 2015 16:49:51 +0100 Subject: llmnrd: Join IP multicast group on each new interface Signed-off-by: Tobias Klauser --- llmnr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llmnr.h') diff --git a/llmnr.h b/llmnr.h index 35050b2..cc515f1 100644 --- a/llmnr.h +++ b/llmnr.h @@ -21,7 +21,8 @@ #include -int llmnr_run(const char *hostname, uint16_t port); +int llmnr_init(const char *hostname, uint16_t port); +int llmnr_run(void); void llmnr_stop(void); #endif /* LLMNR_H */ -- cgit v1.2.3-54-g00ecf