Skip to main content

svn_subst_build_keywords

Function svn_subst_build_keywords 

Source
pub unsafe extern "C" fn svn_subst_build_keywords(
    kw: *mut svn_subst_keywords_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_keywords2() except that it populates an existing structure @a *kw instead of creating a keywords hash.

@deprecated Provided for backward compatibility with the 1.2 API.