X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Ftlsproxy.h;h=4ed5541ad268ac8ba582093e27b7a68ff8488441;hb=a5daed1d9eef83ac47d8700c45bf919c113b39dd;hp=513964cc02381c15e6b81689d5377a1081846c9b;hpb=4aa2eea6b3115cab6f3165c4391d523d5df61e51;p=tlsproxy%2Ftlsproxy.git diff --git a/src/tlsproxy.h b/src/tlsproxy.h index 513964c..4ed5541 100644 --- a/src/tlsproxy.h +++ b/src/tlsproxy.h @@ -20,8 +20,15 @@ #ifndef TLSPROXY_H #define TLSPROXY_H +#include + +#include +#include +#include + + /* Proxy hostname and port if specified on the command line. */ -char *use_proxy_host; -char *use_proxy_port; +char *global_proxy_host; +char *global_proxy_port; #endif