From 15b392f1e21d3dae8f83da401199959e9f0b0db6 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Tue, 2 Nov 2004 22:42:51 +0000 Subject: develop --- libcsoap/soap-client.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-client.h') diff --git a/libcsoap/soap-client.h b/libcsoap/soap-client.h index 6826117..7042aad 100644 --- a/libcsoap/soap-client.h +++ b/libcsoap/soap-client.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-client.h,v 1.7 2004/11/01 15:16:26 snowdrop Exp $ + * $Id: soap-client.h,v 1.8 2004/11/02 22:42:52 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -33,6 +33,12 @@ herror_t soap_client_init_args(int argc, char *argv[]); +/** + Destroy the soap client module +*/ +void soap_client_destroy(); + + /** Establish connection to the soap server and send the given envelope. -- cgit v1.1-32-gdbae