Skip to main content

svn_subst_build_keywords2

Function svn_subst_build_keywords2 

Source
pub unsafe extern "C" fn svn_subst_build_keywords2(
    kw: *mut *mut apr_hash_t,
    keywords_string: *const c_char,
    rev: *const c_char,
    url: *const c_char,
    date: apr_time_t,
    author: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_subst_build_keywords3() except that it does not accept the @a repos_root_url parameter and hence supports less substitutions, and also does not support custom keyword definitions.

@since New in 1.3. @deprecated Provided for backward compatibility with the 1.7 API.