7d95763414
Split up the ubuntu patch OBS-URL: https://build.opensuse.org/request/show/197181 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netcat-openbsd?expand=0&rev=12
14 lines
567 B
Diff
14 lines
567 B
Diff
Index: netcat-openbsd-1.89/socks.c
|
|
===================================================================
|
|
--- netcat-openbsd-1.89.orig/socks.c 2008-06-19 16:30:45.000000000 -0400
|
|
+++ netcat-openbsd-1.89/socks.c 2008-06-19 16:30:36.000000000 -0400
|
|
@@ -53,6 +53,8 @@
|
|
#define SOCKS_DOMAIN 3
|
|
#define SOCKS_IPV6 4
|
|
|
|
+extern int b64_ntop(unsigned char const *, size_t, char *, size_t);
|
|
+
|
|
int remote_connect(const char *, const char *, struct addrinfo);
|
|
int socks_connect(const char *, const char *, struct addrinfo,
|
|
const char *, const char *, struct addrinfo, int,
|