add SYMEXPORT to alpm_filelist_contains
alpm_filelist_contains is listed in alpm.h and should be public but was not exported. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
3d142fe8ef
commit
8e2648bf02
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ int _alpm_files_cmp(const void *f1, const void *f2)
|
|||
}
|
||||
|
||||
|
||||
char *alpm_filelist_contains(alpm_filelist_t *filelist,
|
||||
char SYMEXPORT *alpm_filelist_contains(alpm_filelist_t *filelist,
|
||||
const char *path)
|
||||
{
|
||||
alpm_file_t key, *match;
|
||||
|
|
Loading…
Add table
Reference in a new issue