pub unsafe extern "C" fn alpm_option_remove_overwrite_file(
    handle: *mut alpm_handle_t,
    glob: *const c_char
) -> c_int
Expand description

Remove a file glob from the configured overwritable files globs. @note The overwritable file list contains a list of globs. The glob to remove must exactly match the entry to remove. There is no glob expansion. @param handle the context handle @param glob the file glob to remove @return 0 on success, -1 on error (pm_errno is set accordingly)