diff options
Diffstat (limited to 'src/conns.h')
-rw-r--r-- | src/conns.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/conns.h b/src/conns.h index 1357dc2..6e803d3 100644 --- a/src/conns.h +++ b/src/conns.h @@ -1,4 +1,4 @@ -/* $Id: conns.h,v 1.12 2003-03-13 21:27:29 rjkaes Exp $ +/* $Id: conns.h,v 1.13 2003-04-16 16:37:58 rjkaes Exp $ * * See 'conns.c' for a detailed description. * @@ -53,7 +53,10 @@ struct conn_s { char *error_string; /* A Content-Length value from the remote server */ - long remote_content_length; + struct { + long int server; + long int client; + } content_length; /* * Store the client's IP and hostname information |