17 Nov
2014
17 Nov
'14
4:33 p.m.
On 11/17/14 at 11:33pm, Allan McRae wrote:
This function will be useful in determining if any files are in the NoExtract array when checking for missing files.
Signed-off-by: Allan McRae <allan@archlinux.org> --- lib/libalpm/add.c | 4 ++-- lib/libalpm/util.c | 31 ------------------------------- lib/libalpm/util.h | 1 - src/common/util-common.c | 32 ++++++++++++++++++++++++++++++++ src/common/util-common.h | 4 ++++ 5 files changed, 38 insertions(+), 34 deletions(-)
Rather than moving this low-level function into util-common, I think we should expose higher level functions through the API, something like alpm_path_match_noextract or alpm_option_match_noextract. apg