summaryrefslogtreecommitdiff
path: root/llmnr.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-02-18 16:49:51 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-02-18 16:49:51 +0100
commit069060cad6d9a21d9ec287a7ae9a22deb87f4abc (patch)
tree93846e5638c08a6bd3e1f38e79bae78dcbba01df /llmnr.h
parent8868bebeee5aad1247bd93a031a7fa30138da13d (diff)
llmnrd: Join IP multicast group on each new interface
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'llmnr.h')
-rw-r--r--llmnr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llmnr.h b/llmnr.h
index 35050b2..cc515f1 100644
--- a/llmnr.h
+++ b/llmnr.h
@@ -21,7 +21,8 @@
#include <stdint.h>
-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 */