svn_fs_config

Function svn_fs_config 

Source
pub unsafe extern "C" fn svn_fs_config(
    fs: *mut svn_fs_t,
    pool: *mut apr_pool_t,
) -> *mut apr_hash_t
Expand description

Return a shallow copy of the configuration parameters used to open @a fs, allocated in @a pool. It may be @c NULL. The contents of the hash contents remains valid only for @a fs’s lifetime.

@note This is just what was passed to svn_fs_create() or svn_fs_open(). You may not modify it.

@since New in 1.8.