index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2014-11-18 12:31:30 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-11-18 12:31:30 +1000 |
commit | 96e9cf35f11f271e46af8d3c0f00c9664052fc74 (patch) | |
tree | d398d7be2c3f74547892d84d3b3d8050aa9edc43 /lib/libalpm/alpm.h | |
parent | 5d11605958dd9d07f902287468104a996b3bddcc (diff) |
-rw-r--r-- | lib/libalpm/alpm.h | 1 |
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 1831fcf0..234bd6b4 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -827,6 +827,7 @@ alpm_list_t *alpm_option_get_noextracts(alpm_handle_t *handle); int alpm_option_add_noextract(alpm_handle_t *handle, const char *path); int alpm_option_set_noextracts(alpm_handle_t *handle, alpm_list_t *noextract); int alpm_option_remove_noextract(alpm_handle_t *handle, const char *path); +int alpm_option_match_noextract(alpm_handle_t *handle, const char *path); /** @} */ /** @name Accessors to the list of ignored packages. |