From ac4df28541a44faee540e99a91d93f7aa404f029 Mon Sep 17 00:00:00 2001 From: damitha Date: Thu, 16 Jun 2011 00:18:19 +0000 Subject: update api for NTLM git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1136256 13f79535-47bb-0310-9956-ffa450edef68 --- include/axis2_ntlm.h | 8 ++------ 1 file 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 -- cgit v1.1-32-gdbae