X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fproxy.h;h=a96fc3df533eea2fb2e0c090f25949abab437726;hp=9eb2903b5bacccea0080f86bd8cc1eaf5a7c1b40;hb=2116c6eb7d328c7aa3ce3da54f95367e5199d373;hpb=d178b583df9fe2bf3ebb3a7377203efc5c46df32 diff --git a/src/proxy.h b/src/proxy.h index 9eb2903b..a96fc3df 100644 --- a/src/proxy.h +++ b/src/proxy.h @@ -38,6 +38,6 @@ extern char *proxyuser; extern char *proxypass; extern bool send_proxyrequest(struct connection_t *c); -extern int receive_proxy_meta(struct connection_t *c, int start, int lenin); +extern int receive_proxy_meta(struct connection_t *c); #endif