Received: by taz.hyperreal.com (8.7.6/V2.0) id HAA13098; Sun, 20 Oct 1996 07:44:37 -0700 (PDT) Received: by taz.hyperreal.com (8.7.6/V2.0) id HAA13089; Sun, 20 Oct 1996 07:44:36 -0700 (PDT) Date: Sun, 20 Oct 1996 07:44:36 -0700 (PDT) From: Ben Laurie Message-Id: <199610201444.HAA13089@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src http_protocol.h Sender: owner-apache-cvs@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com ben 96/10/20 07:44:35 Modified: src http_protocol.h Log: Remove declaration for nonexistent function add_env_var(). Revision Changes Path 1.10 +0 -4 apache/src/http_protocol.h Index: http_protocol.h =================================================================== RCS file: /export/home/cvs/apache/src/http_protocol.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C3 -r1.9 -r1.10 *** http_protocol.h 1996/10/08 21:46:59 1.9 --- http_protocol.h 1996/10/20 14:44:34 1.10 *************** *** 50,57 **** * */ - /* $Id: http_protocol.h,v 1.9 1996/10/08 21:46:59 brian Exp $ */ - /* * Prototypes for routines which either talk directly back to the user, * or control the ones that eventually do. --- 50,55 ---- *************** *** 93,100 **** int set_content_length (request_rec *r, long length); int set_keepalive (request_rec *r); int set_last_modified (request_rec *r, time_t mtime); - - void add_env_var (array_header *env, char *header_name, char *val); /* Other ways to send stuff at the client. All of these keep track * of bytes_sent automatically. This indirection is intended to make --- 91,96 ----