From 0bc8575dbfb281f5f5e9fb530247d29ba1f296fc Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 7 May 2004 17:52:22 +0000 Subject: Protocol: - version added to initial Ready - Added SET command - Added 202 Accept response Some structure changes --- daemon/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'daemon/misc.c') diff --git a/daemon/misc.c b/daemon/misc.c index a38eda9..8e361be 100644 --- a/daemon/misc.c +++ b/daemon/misc.c @@ -81,7 +81,7 @@ void ha_message(int level, const char* msg, ...) * Header Functionality */ -ha_header_t* ha_findheader(ha_request_t* req, const char* name) +const ha_header_t* ha_findheader(const ha_request_t* req, const char* name) { int i; @@ -99,7 +99,7 @@ ha_header_t* ha_findheader(ha_request_t* req, const char* name) return NULL; } -const char* ha_getheader(ha_request_t* req, const char* name, const char* prefix) +const char* ha_getheader(const ha_request_t* req, const char* name, const char* prefix) { int i, l; -- cgit v1.2.3