pub unsafe extern "C" fn svn_stringbuf_from_file(
result: *mut *mut svn_stringbuf_t,
filename: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_stringbuf_from_file2(), except that if @a filename is “-”, return the error #SVN_ERR_UNSUPPORTED_FEATURE and don’t touch @a *result.
@deprecated Provided for backwards compatibility with the 1.4 API.