summaryrefslogtreecommitdiff
path: root/llmnr.h
diff options
context:
space:
mode:
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 */