summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-wsil.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-11-27 10:52:39 +0000
committerGravatar m0gg2006-11-27 10:52:39 +0000
commit6579b9cebeffc00031f59d2ed5c2476b4dfb87dc (patch)
tree22d224bc1ed103dff1ddbc2b6395a1821717a7ea /libcsoap/soap-wsil.h
parent6778f81586ad6869de18ee7abd8e4940b02d37c4 (diff)
downloadcsoap-6579b9cebeffc00031f59d2ed5c2476b4dfb87dc.tar.gz
csoap-6579b9cebeffc00031f59d2ed5c2476b4dfb87dc.tar.bz2
Code cleanup
Diffstat (limited to 'libcsoap/soap-wsil.h')
-rw-r--r--libcsoap/soap-wsil.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/libcsoap/soap-wsil.h b/libcsoap/soap-wsil.h
index 0eedf67..faa739c 100644
--- a/libcsoap/soap-wsil.h
+++ b/libcsoap/soap-wsil.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-wsil.h,v 1.2 2006/11/27 10:49:57 m0gg Exp $
+ * $Id: soap-wsil.h,v 1.3 2006/11/27 10:52:39 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2006 H. Ronsdorf
@@ -58,9 +58,11 @@
* such a duplication is not desired.
*
* @author H. Ronsorf
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*
- * @see http://www-128.ibm.com/developerworks/library/specification/ws-wsilspec/
+ * @see http://www-128.ibm.com/developerworks/library/specification/ws-wsilspec/,
+ * http://www.w3.org/TR/wsdl,
+ * http://www.uddi.org/
*
*/
@@ -88,7 +90,7 @@ extern "C" {
* @see CSOAP_ENABLE_WSIL
*
*/
-extern herror_t soap_wsil_init_args(int argc, char *argv[]);
+extern herror_t soap_wsil_init_args(int argc, char **argv);
#ifdef __cplusplus
}