diff options
Diffstat (limited to 'src/tinyproxy.h')
-rw-r--r-- | src/tinyproxy.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tinyproxy.h b/src/tinyproxy.h index 218d729..22630a7 100644 --- a/src/tinyproxy.h +++ b/src/tinyproxy.h @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.h,v 1.1.1.1 2000-02-16 17:32:23 sdyoung Exp $ +/* $Id: tinyproxy.h,v 1.2 2000-03-11 20:37:44 rjkaes Exp $ * * See 'tinyproxy.c' for a detailed description. * @@ -58,6 +58,10 @@ struct config_s { #ifdef XTINYPROXY char *my_domain; #endif +#ifdef UPSTREAM_PROXY + char *upstream_name; + int upstream_port; +#endif }; struct stat_s { |