From 9a0670ad01e00ab01cfb4f308f1b124941968fa2 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 28 Nov 2006 23:45:57 +0000 Subject: XML signature improvements --- libcsoap/soap-env.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcsoap/soap-env.h') diff --git a/libcsoap/soap-env.h b/libcsoap/soap-env.h index d1c0d3e..45f013a 100644 --- a/libcsoap/soap-env.h +++ b/libcsoap/soap-env.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-env.h,v 1.19 2006/11/27 10:49:57 m0gg Exp $ + * $Id: soap-env.h,v 1.20 2006/11/28 23:45:57 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -372,7 +372,6 @@ extern void soap_env_free(struct SoapEnv *env); */ extern xmlNodePtr soap_env_get_body(struct SoapEnv * env); - /** * * Get the xml node pointing to SOAP method (call) -- cgit v1.1-32-gdbae