pub unsafe extern "C" fn svn_log_entry_create(
pool: *mut apr_pool_t,
) -> *mut svn_log_entry_t
Expand description
Returns an #svn_log_entry_t, allocated in @a pool with all fields initialized to NULL values.
@note To allow for extending the #svn_log_entry_t structure in future releases, this function should always be used to allocate the structure.
@since New in 1.5.