summaryrefslogtreecommitdiff
path: root/src/tinyproxy.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tinyproxy.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tinyproxy.h b/src/tinyproxy.h
index 797c066..df0cf3d 100644
--- a/src/tinyproxy.h
+++ b/src/tinyproxy.h
@@ -1,4 +1,4 @@
-/* $Id: tinyproxy.h,v 1.29 2002-04-22 19:34:20 rjkaes Exp $
+/* $Id: tinyproxy.h,v 1.30 2002-04-24 16:45:45 rjkaes Exp $
*
* See 'tinyproxy.c' for a detailed description.
*
@@ -213,13 +213,12 @@ struct config_s {
#endif /* UPSTREAM_SUPPORT */
char *pidpath;
unsigned int idletimeout;
-
+ char* bind_address;
};
/* Global Structures used in the program */
extern struct config_s config;
extern bool_t log_rotation_request;
-extern char* bind_address;
extern bool_t processed_config_file;
#endif