diff options
Diffstat (limited to 'src/tinyproxy.h')
-rw-r--r-- | src/tinyproxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tinyproxy.h b/src/tinyproxy.h index 0e8ee59..1c21762 100644 --- a/src/tinyproxy.h +++ b/src/tinyproxy.h @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.h,v 1.39 2003-05-29 19:43:57 rjkaes Exp $ +/* $Id: tinyproxy.h,v 1.40 2003-06-02 21:55:14 rjkaes Exp $ * * See 'tinyproxy.c' for a detailed description. * @@ -31,6 +31,7 @@ struct upstream { char *domain; /* optional */ char *host; int port; + in_addr_t ip, mask; }; #endif |