summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/filelist.c
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2013-02-20 02:34:33 +0100
committerAllan McRae <allan@archlinux.org>2013-02-24 04:11:54 +0100
commit8e2648bf02b44a7dc82429327c08cbfd2426ac30 (patch)
treee2974e77ab46be5dac1f6fac63918c7521bf358d /lib/libalpm/filelist.c
parent3d142fe8ef70517cb44146d1892709cad3eb9b4f (diff)
downloadpacman-8e2648bf02b44a7dc82429327c08cbfd2426ac30.tar.gz
pacman-8e2648bf02b44a7dc82429327c08cbfd2426ac30.tar.xz
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>
Diffstat (limited to 'lib/libalpm/filelist.c')
-rw-r--r--lib/libalpm/filelist.c2
1 files changed, 1 insertions, 1 deletions
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;