#include <apr_dso.h>
#include "svn_error.h"
Go to the source code of this file.
Functions | |
| svn_error_t * | svn_dso_initialize2 (void) |
| Initialize the DSO loading routines. | |
| SVN_DEPRECATED void | svn_dso_initialize (void) |
| Initialize the DSO loading routines. | |
| svn_error_t * | svn_dso_load (apr_dso_handle_t **dso, const char *libname) |
| Attempt to load libname, returning it in dso. | |
Definition in file svn_dso.h.
|
|
Initialize the DSO loading routines.
|
|
|
Initialize the DSO loading routines.
SVN_NO_ERROR.
|
|
||||||||||||
|
Attempt to load libname, returning it in dso.
If libname cannot be loaded set dso to NULL and return
|
1.3.9.1