openbsd-ports/net/nbtscan/patches/patch-statusq_h
2022-03-11 19:45:43 +00:00

11 lines
298 B
Plaintext

--- statusq.h.orig Thu May 23 13:31:35 2002
+++ statusq.h Sat Oct 8 10:08:07 2016
@@ -103,4 +103,7 @@ typedef struct nb_service {
char* service_name;
} nb_service_t ;
+struct nb_host_info* parse_response(char*, int);
+char* getnbservicename(my_uint8_t, int, char*);
+
#endif /* STATUSQ_H */