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 cc515f1..da86440 100644
--- a/llmnr.h
+++ b/llmnr.h
@@ -19,9 +19,10 @@
#ifndef LLMNR_H
#define LLMNR_H
+#include <stdbool.h>
#include <stdint.h>
-int llmnr_init(const char *hostname, uint16_t port);
+int llmnr_init(const char *hostname, uint16_t port, bool ipv6);
int llmnr_run(void);
void llmnr_stop(void);