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_tExpand 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.