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.
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...
---------------------------------------------------------------------
|
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.