]> err.no Git - sope/blobdiff - sope-appserver/mod_ngobjweb/common.h
milli => micro
[sope] / sope-appserver / mod_ngobjweb / common.h
index 9640e096d72be05628e09a3dd4bd4265305a0e06..df89c170fd9a0da0e3eebf95e5080a87f639e921 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2000-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #ifndef __NGObjWeb_Adaptors_apache_H__
 #define __NGObjWeb_Adaptors_apache_H__
@@ -104,9 +103,10 @@ _sendSNSQuery(request_rec *_rq, const char *_line, const char *_cookie,
 
 /* HTTP */
 
-extern char
+extern unsigned char
 NGScanResponseLine(NGBufferedDescriptor *_in,
-                   char *_version, int *_status, char *_text);
+                   unsigned char *_version, int *_status, 
+                   unsigned char *_text);
 extern apr_table_t *NGScanHeaders(apr_pool_t *_pool, NGBufferedDescriptor *_in);
 
 /* handlers */