From f5427c38cd083759038724c4d0f5344d8fbd64d1 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Thu, 2 Aug 2007 11:47:37 +0000 Subject: add WsManClient* parameter to request_usr_pwd --- src/wsman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit