From 8e2648bf02b44a7dc82429327c08cbfd2426ac30 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Tue, 19 Feb 2013 20:34:33 -0500 Subject: 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 Signed-off-by: Allan McRae --- lib/libalpm/filelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/filelist.c') diff --git a/lib/libalpm/filelist.c b/lib/libalpm/filelist.c index 6a24903d..697dd23b 100644 --- a/lib/libalpm/filelist.c +++ b/lib/libalpm/filelist.c @@ -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; -- cgit v1.2.3-24-g4f1b