X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Ftlsproxy.h;h=4ed5541ad268ac8ba582093e27b7a68ff8488441;hb=a5daed1d9eef83ac47d8700c45bf919c113b39dd;hp=a0db68fd0726f9674014c1d3f2fd5106e553c445;hpb=643caf202af98fa5ebe83f642db459a04067e92f;p=tlsproxy%2Ftlsproxy.git diff --git a/src/tlsproxy.h b/src/tlsproxy.h index a0db68f..4ed5541 100644 --- a/src/tlsproxy.h +++ b/src/tlsproxy.h @@ -28,7 +28,7 @@ /* 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