summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKlaus Kaempf <kkaempf@novell.com>2007-08-02 11:47:37 +0000
committerKlaus Kaempf <kkaempf@novell.com>2007-08-02 11:47:37 +0000
commitf5427c38cd083759038724c4d0f5344d8fbd64d1 (patch)
treea356f9066f64a61de22a9979023b0526f1f91fbc /src
parent4f39950967086475b5a60301114250e54c022a05 (diff)
downloadwsmancli-f5427c38cd083759038724c4d0f5344d8fbd64d1.tar.gz
wsmancli-f5427c38cd083759038724c4d0f5344d8fbd64d1.tar.xz
wsmancli-f5427c38cd083759038724c4d0f5344d8fbd64d1.zip
add WsManClient* parameter to request_usr_pwd
Diffstat (limited to 'src')
-rw-r--r--src/wsman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wsman.c b/src/wsman.c
index 91b7796..6fff78f 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -349,7 +349,7 @@ static void initialize_logging(void)
static void
-request_usr_pwd( wsman_auth_type_t auth,
+request_usr_pwd( WsManClient *client, wsman_auth_type_t auth,
char **username,
char **password)
{