summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.h
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2010-10-11 05:47:18 +0200
committerAllan McRae <allan@archlinux.org>2010-10-14 05:17:39 +0200
commit448f78c067955d617c302f322a2dc6507cb6eb13 (patch)
treeecd74abe4fe689dc39589475e6f0782ca4e8f899 /lib/libalpm/db.h
parent5717c7d508db463ec178a83e852dc5e89212bd15 (diff)
downloadpacman-448f78c067955d617c302f322a2dc6507cb6eb13.tar.gz
pacman-448f78c067955d617c302f322a2dc6507cb6eb13.tar.xz
Restrict visibility of checkdbdir and get_pkgpath
These functions are only needed by be_local and were only promoted to db.{h,c} as part of the splitting of handling the local and sync dbs. Move them into be_local.c and make them static again. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/db.h')
-rw-r--r--lib/libalpm/db.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libalpm/db.h b/lib/libalpm/db.h
index 45ebd637..d28ace62 100644
--- a/lib/libalpm/db.h
+++ b/lib/libalpm/db.h
@@ -101,8 +101,6 @@ alpm_list_t *_alpm_db_get_grpcache(pmdb_t *db);
pmgrp_t *_alpm_db_get_grpfromcache(pmdb_t *db, const char *target);
int splitname(const char *target, pmpkg_t *pkg);
-int checkdbdir(pmdb_t *db);
-char *get_pkgpath(pmdb_t *db, pmpkg_t *info);
#endif /* _ALPM_DB_H */