diff options
Diffstat (limited to 'libcsoap/soap-env.h')
-rw-r--r-- | libcsoap/soap-env.h | 9 |
1 files changed, 8 insertions, 1 deletions
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); /* --------------------------------------------------- */ |