mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 07:22:56 +02:00
openbsd-netcat: add prototype for b64_ntop.
This commit is contained in:
parent
9f46b78fa9
commit
f4edd89f68
1 changed files with 11 additions and 0 deletions
11
srcpkgs/openbsd-netcat/patches/b64_ntop.patch
Normal file
11
srcpkgs/openbsd-netcat/patches/b64_ntop.patch
Normal 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,
|
Loading…
Add table
Reference in a new issue