svn_io_detect_mimetype

Function svn_io_detect_mimetype 

Source
pub unsafe extern "C" fn svn_io_detect_mimetype(
    mimetype: *mut *const c_char,
    file: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Like svn_io_detect_mimetype2, but with @a mimetypes_map set to @c NULL.

@deprecated Provided for backward compatibility with the 1.4 API