From 670eba73c474230e31d688e9568fcd540b4e3b39 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 9 Aug 2004 18:35:56 +0000 Subject: - added request parameter to ha_message... - combined ha_request and ha_response --- daemon/basic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'daemon/basic.h') diff --git a/daemon/basic.h b/daemon/basic.h index c28dc1e..775a3a7 100644 --- a/daemon/basic.h +++ b/daemon/basic.h @@ -6,9 +6,9 @@ typedef struct basic_header { - const char* user; - const char* password; - unsigned char key[MD5_LEN]; + const char* user; + const char* password; + unsigned char key[MD5_LEN]; } basic_header_t; -- cgit v1.2.3