diff options
Diffstat (limited to 'libcsoap/soap-client.c')
-rw-r--r-- | libcsoap/soap-client.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libcsoap/soap-client.c b/libcsoap/soap-client.c index 2c0bb4a..d287609 100644 --- a/libcsoap/soap-client.c +++ b/libcsoap/soap-client.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-client.c,v 1.6 2004/09/02 11:48:28 rans Exp $ +* $Id: soap-client.c,v 1.7 2004/09/19 07:05:03 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -112,4 +112,5 @@ SoapEnv* _soap_client_build_result(hresponse_t *res) } return env; -}
\ No newline at end of file +} + |