openbsd-netcat: add prototype for b64_ntop.

This commit is contained in:
Leah Neukirchen 2025-05-13 17:59:52 +02:00
parent 9f46b78fa9
commit f4edd89f68

View file

@ -0,0 +1,11 @@
--- a/socks.c
+++ b/socks.c
@@ -53,6 +53,8 @@
#define SOCKS_DOMAIN 3
#define SOCKS_IPV6 4
+int b64_ntop (const unsigned char *, size_t, char *, size_t);
+
int remote_connect(const char *, const char *, struct addrinfo, char *);
int socks_connect(const char *, const char *, struct addrinfo,
const char *, const char *, struct addrinfo, int,