diff options
author | damitha | 2011-06-16 00:18:19 +0000 |
---|---|---|
committer | damitha | 2011-06-16 00:18:19 +0000 |
commit | ac4df28541a44faee540e99a91d93f7aa404f029 (patch) | |
tree | d42d31f6b79c0ce16d9e98861d941081755c560f | |
parent | e712102f145a237095be7894c13eb5567e462dee (diff) | |
download | axis2c-ac4df28541a44faee540e99a91d93f7aa404f029.tar.gz axis2c-ac4df28541a44faee540e99a91d93f7aa404f029.tar.bz2 |
update api for NTLM
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1136256 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | include/axis2_ntlm.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/axis2_ntlm.h b/include/axis2_ntlm.h index 7cf21a9..5af376c 100644 --- a/include/axis2_ntlm.h +++ b/include/axis2_ntlm.h @@ -83,7 +83,6 @@ extern "C" * @param passwd password * @param flags NTLM flags * @param domain domain - * @param workstation * @returns status , AXIS2_FAILURE on error */ @@ -109,9 +108,8 @@ extern "C" * @param encoded_len length of the encoded message * @param uname user name * @param passwd password - * @param flags NTLM flags * @param domain domain - * @param workstation + * @param workstation workstation * @returns status , AXIS2_FAILURE on error */ @@ -175,7 +173,6 @@ extern "C" * @param passwd password * @param flags NTLM flags * @param domain domain - * @param workstation * @returns status , AXIS2_FAILURE on error */ AXIS2_EXTERN axis2_status_t AXIS2_CALL @@ -199,9 +196,8 @@ extern "C" * @param encoded_len length of the encoded message * @param uname user name * @param passwd password - * @param flags NTLM flags * @param domain domain - * @param workstation + * @param workstation workstation * @returns status , AXIS2_FAILURE on error */ AXIS2_EXTERN axis2_status_t AXIS2_CALL |