From c3fd98b25607d0f7f5977586d188f88ab226a9b8 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 21 Nov 2006 20:58:59 +0000 Subject: decoupling of nanohttp/libcsoap --- libcsoap/soap-env.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'libcsoap/soap-env.h') diff --git a/libcsoap/soap-env.h b/libcsoap/soap-env.h index 53d8ce5..2da9528 100644 --- a/libcsoap/soap-env.h +++ b/libcsoap/soap-env.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-env.h,v 1.15 2006/11/21 08:34:34 m0gg Exp $ + * $Id: soap-env.h,v 1.16 2006/11/21 20:59:02 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -24,9 +24,6 @@ #ifndef cSOAP_ENV_H #define cSOAP_ENV_H -#include -#include - /** The SOAP envelope object. */ @@ -77,7 +74,7 @@ extern "C" { */ herror_t -soap_env_new_with_fault(fault_code_t faultcode, +soap_env_new_with_fault(int faultcode, const char *faultstring, const char *faultactor, const char *detail, SoapEnv ** out); @@ -167,15 +164,6 @@ herror_t soap_env_new_from_doc(xmlDocPtr doc, SoapEnv ** out); herror_t soap_env_new_from_buffer(const char *buffer, SoapEnv ** out); -/** - Create an envelope from input stream - - @param in the input stream object to read from - @param out the output envelope object - @returns H_OK if success -*/ -herror_t soap_env_new_from_stream(http_input_stream_t * in, SoapEnv ** out); - /* --------------------------------------------------- */ /* XML Serializer functions and typedefs */ /* --------------------------------------------------- */ -- cgit v1.1-32-gdbae