[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn_client_get_ssl_client_prompt_provider

From: SteveKing <steveking_at_gmx.ch>
Date: 2003-03-25 18:12:41 CET

Hi,

a small question (and request):
why do the functions

svn_client_get_ssl_client_prompt_provider
svn_client_get_ssl_server_prompt_provider
svn_client_get_ssl_pw_prompt_provider

take a void** as the fourth parameter
while the functions

svn_client_get_simple_prompt_provider and
svn_client_get_username_prompt_provider

take a simple void* ?

the subversion client simply passes NULL for that
but GUI clients might need this - and usually you
pass in "this" as that parameter. But that don't work
for void**, just for void*.

Or maybe someone knows how I can pass something
like &this.

Stefan
Received on Tue Mar 25 18:14:20 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.