From 44c6d0e5951dc65a05829b5532ad41141c8547e8 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 14 May 2004 09:27:52 +0000 Subject: added soap_env_free() function decl --- libcsoap/soap-env.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'libcsoap') diff --git a/libcsoap/soap-env.h b/libcsoap/soap-env.h index 44858b5..5cb0f57 100644 --- a/libcsoap/soap-env.h +++ b/libcsoap/soap-env.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-env.h,v 1.3 2004/02/10 09:51:10 snowdrop Exp $ + * $Id: soap-env.h,v 1.4 2004/05/14 09:27:52 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -237,6 +237,13 @@ soap_env_push_item(SoapEnv *env, const char *type, void soap_env_pop_item(SoapEnv* env); +/** + Free the envelope. + + @param env The envelope object + */ +void +soap_env_free(SoapEnv *env); /* --------------------------------------------------- */ -- cgit v1.1-32-gdbae