X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fproxy.h;h=a96fc3df533eea2fb2e0c090f25949abab437726;hp=a9829439fc91bb5616ce1e37e708596321e07efa;hb=2116c6eb7d328c7aa3ce3da54f95367e5199d373;hpb=776dbf88df1911ec379c2fece0089fd2f5c71021 diff --git a/src/proxy.h b/src/proxy.h index a9829439..a96fc3df 100644 --- a/src/proxy.h +++ b/src/proxy.h @@ -1,3 +1,6 @@ +#ifndef TINC_PROXY_H +#define TINC_PROXY_H + /* proxy.h -- header for proxy.c Copyright (C) 2015 Guus Sliepen @@ -17,9 +20,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_PROXY_H__ -#define __TINC_PROXY_H__ - #include "connection.h" typedef enum proxytype_t { @@ -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