X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Ftlsproxy.h;h=8b6f4fc5d5e71ac4c1d0967dd8a08bdace086c4f;hb=8901c257215d60e07dd12ad2dad8d2c9569892aa;hp=4ed5541ad268ac8ba582093e27b7a68ff8488441;hpb=a5daed1d9eef83ac47d8700c45bf919c113b39dd;p=tlsproxy%2Ftlsproxy.git diff --git a/src/tlsproxy.h b/src/tlsproxy.h index 4ed5541..8b6f4fc 100644 --- a/src/tlsproxy.h +++ b/src/tlsproxy.h @@ -27,8 +27,17 @@ #include +/* Log level constants. */ +#define LOG_ERROR 0 +#define LOG_WARNING 1 +#define LOG_DEBUG 2 + + /* Proxy hostname and port if specified on the command line. */ char *global_proxy_host; char *global_proxy_port; +/* Log level, command line option. */ +int global_log_level; + #endif