summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-client.h
diff options
context:
space:
mode:
authorGravatar snowdrop2006-01-10 11:29:04 +0000
committerGravatar snowdrop2006-01-10 11:29:04 +0000
commit07c7c81772c4b60b7980880847f3b21455a0f3c9 (patch)
treed7f8ea3508586842124684aa8f0b860f3a3a1c47 /libcsoap/soap-client.h
parente96ea6884919f551111c32de0b63af4dff791f12 (diff)
downloadcsoap-07c7c81772c4b60b7980880847f3b21455a0f3c9.tar.gz
csoap-07c7c81772c4b60b7980880847f3b21455a0f3c9.tar.bz2
indent with 'indent -nut -bli0 -fca -npcs' command
Diffstat (limited to 'libcsoap/soap-client.h')
-rw-r--r--libcsoap/soap-client.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libcsoap/soap-client.h b/libcsoap/soap-client.h
index 0795a29..43d1359 100644
--- a/libcsoap/soap-client.h
+++ b/libcsoap/soap-client.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-client.h,v 1.11 2006/01/10 11:21:55 snowdrop Exp $
+ * $Id: soap-client.h,v 1.12 2006/01/10 11:29:04 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -32,13 +32,13 @@
/**
Initializes the client side soap engine
*/
-herror_t soap_client_init_args (int argc, char *argv[]);
+herror_t soap_client_init_args(int argc, char *argv[]);
/**
Destroy the soap client module
*/
-void soap_client_destroy ();
+void soap_client_destroy();
/**
@@ -53,8 +53,8 @@ void soap_client_destroy ();
@returns H_OK if success
*/
-herror_t soap_client_invoke (SoapCtx * ctx, SoapCtx ** response,
- const char *url, const char *soap_action);
+herror_t soap_client_invoke(SoapCtx * ctx, SoapCtx ** response,
+ const char *url, const char *soap_action);
@@ -66,7 +66,7 @@ herror_t soap_client_invoke (SoapCtx * ctx, SoapCtx ** response,
@param block 1 to creat blocked sockets, 0 to create non
blocking sockets.
*/
-void soap_client_block_socket (int block);
-int soap_client_get_blockmode ();
+void soap_client_block_socket(int block);
+int soap_client_get_blockmode();
#endif