summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2014-11-30 00:02:55 +0100
committerAllan McRae <allan@archlinux.org>2014-12-18 13:22:35 +0100
commitdf36fe2e79d5a5490b89c259bef7a1f150cff575 (patch)
tree45a5ace2e28ffc13939eb8a6c112e43a8f7f2e50 /lib/libalpm/alpm.h
parent768b65e93472914c52cc1159c4932d4fc1438c14 (diff)
downloadpacman-df36fe2e79d5a5490b89c259bef7a1f150cff575.tar.gz
pacman-df36fe2e79d5a5490b89c259bef7a1f150cff575.tar.xz
add alpm_option_match_noupgrade
For parity with alpm_option_match_noextract. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r--lib/libalpm/alpm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 234bd6b4..e6ef3ae3 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -815,6 +815,7 @@ alpm_list_t *alpm_option_get_noupgrades(alpm_handle_t *handle);
int alpm_option_add_noupgrade(alpm_handle_t *handle, const char *path);
int alpm_option_set_noupgrades(alpm_handle_t *handle, alpm_list_t *noupgrade);
int alpm_option_remove_noupgrade(alpm_handle_t *handle, const char *path);
+int alpm_option_match_noupgrade(alpm_handle_t *handle, const char *path);
/** @} */
/** @name Accessors to the list of no-extract files.