Subversion 1.6.16
|
Functions | |
const char * | svn_repos_pre_lock_hook (svn_repos_t *repos, apr_pool_t *pool) |
Return the path to repos's pre-lock hook, allocated in pool. | |
const char * | svn_repos_post_lock_hook (svn_repos_t *repos, apr_pool_t *pool) |
Return the path to repos's post-lock hook, allocated in pool. | |
const char * | svn_repos_pre_unlock_hook (svn_repos_t *repos, apr_pool_t *pool) |
Return the path to repos's pre-unlock hook, allocated in pool. | |
const char * | svn_repos_post_unlock_hook (svn_repos_t *repos, apr_pool_t *pool) |
Return the path to repos's post-unlock hook, allocated in pool. |
const char* svn_repos_post_lock_hook | ( | svn_repos_t * | repos, |
apr_pool_t * | pool | ||
) |
Return the path to repos's post-lock hook, allocated in pool.
const char* svn_repos_post_unlock_hook | ( | svn_repos_t * | repos, |
apr_pool_t * | pool | ||
) |
Return the path to repos's post-unlock hook, allocated in pool.
const char* svn_repos_pre_lock_hook | ( | svn_repos_t * | repos, |
apr_pool_t * | pool | ||
) |
Return the path to repos's pre-lock hook, allocated in pool.
const char* svn_repos_pre_unlock_hook | ( | svn_repos_t * | repos, |
apr_pool_t * | pool | ||
) |
Return the path to repos's pre-unlock hook, allocated in pool.