Received: by taz.hyperreal.com (8.8.4/V2.0) id EAA04366; Tue, 1 Apr 1997 04:11:51 -0800 (PST) Received: from paris.ics.uci.edu by taz.hyperreal.com (8.8.4/V2.0) with SMTP id EAA04362; Tue, 1 Apr 1997 04:11:48 -0800 (PST) Received: from kiwi.ics.uci.edu by paris.ics.uci.edu id aa24065; 1 Apr 97 4:09 PST To: new-httpd@hyperreal.com Subject: Re: [PATCH] table_do has improper prototype In-reply-to: Your message of "Tue, 01 Apr 1997 01:12:46 PST." Date: Tue, 01 Apr 1997 04:08:55 -0800 From: "Roy T. Fielding" Message-ID: <9704010409.aa24065@paris.ics.uci.edu> Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com I see -- you are complaining about the possibility of the content of the key string being changed. You can change the key pointer to const, and remove the casting, but t, rec, and val should remain as is (I don't believe in making things const unless they are guaranteed not to change), and send_header_field is not static. .....Roy