diff options
Diffstat (limited to 'llmnr.h')
-rw-r--r-- | llmnr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ #include <stdbool.h> +void llmnr_set_hostname(const char *hostname); void llmnr_init(const char *hostname, bool ipv6); void llmnr_recv(int sock); |