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

Re: libraries

From: Ich Selbst <ichselbst_at_gmx.ch>
Date: 2002-11-11 20:47:11 CET

> this has been suggested before, and seems like a reasonable idea to me.
> why don't you throw together a patch and send it to the list? it
> doesn't seem like it would be that hard.

you mean something like this:

in svn_client.h

apr_status_t svn_initialize(void) {return apr_initialize();}

void svn_terminate(void) {apr_terminate();}

or would it be better to separate those into header and .c-file?

But I'm not sure if apr is the only library which needs initialization...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 11 20:48:05 2002

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.