]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/tlsproxy.h
src/: Prefix all global variables with global_.
[tlsproxy/tlsproxy.git] / src / tlsproxy.h
index a0db68fd0726f9674014c1d3f2fd5106e553c445..4ed5541ad268ac8ba582093e27b7a68ff8488441 100644 (file)
@@ -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