summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar damitha2011-06-01 16:08:30 +0000
committerGravatar damitha2011-06-01 16:08:30 +0000
commit25a8a083f5243c9042eca403a3d1309c371d927b (patch)
treeb73a0f6b9500ebe341ff70b14d7ff6333780009c /include
parent9f5db5377b6c90186b685fd5fb3cce00698400da (diff)
downloadaxis2c-25a8a083f5243c9042eca403a3d1309c371d927b.tar.gz
axis2c-25a8a083f5243c9042eca403a3d1309c371d927b.tar.bz2
Updating the API.
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1130202 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/axis2_options.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/axis2_options.h b/include/axis2_options.h
index 3c320a0..8c1ad32 100644
--- a/include/axis2_options.h
+++ b/include/axis2_options.h
@@ -846,7 +846,7 @@ extern "C"
* @param parent pointer to parent struct
* @param username string representing username
* @param password string representing password
- * @param flags int pointer representing flags
+ * @param flags int representing flags
* @param domain string representing domain
* @param workstation string representing workstation
* @param auth_type use "NTLM" to force ntlm http authentication
@@ -859,7 +859,7 @@ extern "C"
const axutil_env_t * env,
const axis2_char_t * username,
const axis2_char_t * password,
- const int * flags,
+ const int flags,
const axis2_char_t * domain,
const axis2_char_t * workstation,
const axis2_char_t * auth_type);
@@ -870,7 +870,7 @@ extern "C"
* @param parent pointer to parent struct
* @param username string representing username
* @param password string representing password
- * @param flags int pointer representing flags
+ * @param flags pointer representing flags
* @param domain string representing domain
* @param workstation string representing workstation
* @param auth_type use "NTLM" to force ntlm proxy authentication
@@ -883,7 +883,7 @@ extern "C"
const axutil_env_t * env,
const axis2_char_t * username,
const axis2_char_t * password,
- const int * flags,
+ const int flags,
const axis2_char_t * domain,
const axis2_char_t * workstation,
const axis2_char_t * auth_type);