GME  13
svn_dso.h
Go to the documentation of this file.
00001 
00028 
00029 #ifndef SVN_DSO_H
00030 #define SVN_DSO_H
00031 
00032 #include <apr_dso.h>
00033 
00034 #include "svn_types.h"
00035 
00036 #ifdef __cplusplus
00037 extern "C" {
00038 #endif /* __cplusplus */
00039 
00058 svn_error_t *
00059 svn_dso_initialize2(void);
00060 
00068 SVN_DEPRECATED
00069 void
00070 svn_dso_initialize(void);
00071 
00072 
00073 #if APR_HAS_DSO
00074 
00088 svn_error_t *
00089 svn_dso_load(apr_dso_handle_t **dso,
00090              const char *libname);
00091 
00092 #endif /* APR_HAS_DSO */
00093 
00094 
00095 #ifdef __cplusplus
00096 }
00097 #endif /* __cplusplus */
00098 
00099 #endif /* SVN_DSO_H */