diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2013-04-12 20:37:56 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-06-03 13:33:47 +1000 |
commit | 5cfa4ec47ed6240fecb1c2a9fd95de5bdc58a8b8 (patch) | |
tree | e8d7720c44591267568694051313747df2b53b14 /lib/libalpm/filelist.h | |
parent | 0c41663c7b5a9d73ea49c20b74149d12f0fcd26c (diff) | |
download | pacman-5cfa4ec47ed6240fecb1c2a9fd95de5bdc58a8b8.tar.xz |
alpm_filelist: remove resolved_path
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/filelist.h')
-rw-r--r-- | lib/libalpm/filelist.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libalpm/filelist.h b/lib/libalpm/filelist.h index bfab4165..66501f36 100644 --- a/lib/libalpm/filelist.h +++ b/lib/libalpm/filelist.h @@ -21,10 +21,6 @@ #include "alpm.h" -int _alpm_filelist_resolve_link(alpm_filelist_t *files, size_t *i, - char *path, size_t root_len, int resolving); -int _alpm_filelist_resolve(alpm_handle_t *handle, alpm_filelist_t *files); - alpm_list_t *_alpm_filelist_difference(alpm_filelist_t *filesA, alpm_filelist_t *filesB); |