summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.h
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-06-17 16:12:14 +0200
committerAllan McRae <allan@archlinux.org>2015-07-15 02:57:30 +0200
commite49abc9860cfe9470a5828d3bb0ad38fd57a0fad (patch)
tree03f6af9f5ab3ee095531c2037ae3f1cf81e1c52b /src/pacman/util.h
parentb0dac754d27b45e4346b010e674f7faa466e0025 (diff)
downloadpacman-e49abc9860cfe9470a5828d3bb0ad38fd57a0fad.tar.gz
pacman-e49abc9860cfe9470a5828d3bb0ad38fd57a0fad.tar.xz
pacman: move database syncing to util.c
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/pacman/util.h')
-rw-r--r--src/pacman/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/util.h b/src/pacman/util.h
index fda9b51a..c82d816e 100644
--- a/src/pacman/util.h
+++ b/src/pacman/util.h
@@ -49,6 +49,7 @@ int trans_init(alpm_transflag_t flags, int check_valid);
int trans_release(void);
int needs_root(void);
int check_syncdbs(size_t need_repos, int check_valid);
+int sync_syncdbs(int level, alpm_list_t *syncs);
unsigned short getcols(void);
void columns_cache_reset(void);
int rmrf(const char *path);