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

Re: Python Bindings

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-07-13 11:09:04 CEST

Jerry Haltom wrote:
> ...
> First, I can't figure out how one would create an auth_baton. I cannot
> locate a baton class. Second, to populate this class, I would need to
> present an apr_array_header_t, also which doesn't seem to exist.

I don't really know anything about the authentication API specifcally, but the
auth_baton struct is not defined in the public headers, only declared as:

  typedef struct svn_auth_baton_t svn_auth_baton_t;

This means you have to treat it as an opaque type. You can't instantiate it
directly or access its members. If you want an instance, you have to call an api
function that returns one (like svn_auth_open()).

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 13 11:10:12 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.