summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-env.h
diff options
context:
space:
mode:
authorGravatar snowdrop2006-02-18 20:14:35 +0000
committerGravatar snowdrop2006-02-18 20:14:35 +0000
commitd45b4bc26f330d2ce29e4a06ffdae74d82e8b43b (patch)
treed4b985c32b1246f5cde7c294b6654b27f71cc81b /libcsoap/soap-env.h
parent29b034ec9c827c7311e69fcb5765ef4e43478c29 (diff)
downloadcsoap-d45b4bc26f330d2ce29e4a06ffdae74d82e8b43b.tar.gz
csoap-d45b4bc26f330d2ce29e4a06ffdae74d82e8b43b.tar.bz2
added basic authentication and SOAP-Header capabilities for request objects
Thanks to Heiko Ronsdorf
Diffstat (limited to 'libcsoap/soap-env.h')
-rw-r--r--libcsoap/soap-env.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libcsoap/soap-env.h b/libcsoap/soap-env.h
index 36305e1..ee53f3a 100644
--- a/libcsoap/soap-env.h
+++ b/libcsoap/soap-env.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-env.h,v 1.12 2006/01/27 20:23:40 mrcsys Exp $
+ * $Id: soap-env.h,v 1.13 2006/02/18 20:14:36 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -24,9 +24,10 @@
#ifndef cSOAP_ENV_H
#define cSOAP_ENV_H
+#include <nanohttp/nanohttp-stream.h>
+
#include <libcsoap/soap-xml.h>
#include <libcsoap/soap-fault.h>
-#include <nanohttp/nanohttp-stream.h>
/**