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:
Andrew Gregory 2013-02-19 20:34:33 -05:00 committed by Allan McRae
parent 3d142fe8ef
commit 8e2648bf02

View file

@ -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;