Removed the config.anonymous entry since we've moved the information into
anonymous.c file.
This commit is contained in:
parent
5530451545
commit
cebda5913d
@ -1,4 +1,4 @@
|
|||||||
/* $Id: tinyproxy.h,v 1.10 2001-06-06 19:33:26 rjkaes Exp $
|
/* $Id: tinyproxy.h,v 1.11 2001-08-26 21:18:04 rjkaes Exp $
|
||||||
*
|
*
|
||||||
* See 'tinyproxy.c' for a detailed description.
|
* See 'tinyproxy.c' for a detailed description.
|
||||||
*
|
*
|
||||||
@ -95,7 +95,6 @@ struct config_s {
|
|||||||
bool_t quit;
|
bool_t quit;
|
||||||
char *username;
|
char *username;
|
||||||
char *group;
|
char *group;
|
||||||
bool_t anonymous;
|
|
||||||
char *ipAddr;
|
char *ipAddr;
|
||||||
#ifdef FILTER_ENABLE
|
#ifdef FILTER_ENABLE
|
||||||
char *filter;
|
char *filter;
|
||||||
@ -109,6 +108,7 @@ struct config_s {
|
|||||||
#endif /* TUNNEL_SUPPORT */
|
#endif /* TUNNEL_SUPPORT */
|
||||||
char *pidpath;
|
char *pidpath;
|
||||||
unsigned int idletimeout;
|
unsigned int idletimeout;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct conn_s {
|
struct conn_s {
|
||||||
|
Loading…
Reference in New Issue
Block a user