diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-02-18 16:49:51 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-02-18 16:49:51 +0100 |
commit | 069060cad6d9a21d9ec287a7ae9a22deb87f4abc (patch) | |
tree | 93846e5638c08a6bd3e1f38e79bae78dcbba01df /llmnr.h | |
parent | 8868bebeee5aad1247bd93a031a7fa30138da13d (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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |