From c8be7540a50583194e971918099006a1736cfab7 Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Sat, 17 Nov 2007 13:06:44 +0100 Subject: Remove provide.c and provide.h . This file only contained one private function : _alpm_db_whatprovides . And the public alpm_db_whatprovides was in db.c , so I moved everything there. Signed-off-by: Chantry Xavier [Dan: updated POTFILES.in as well] Signed-off-by: Dan McGee --- lib/libalpm/db.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libalpm/db.h') diff --git a/lib/libalpm/db.h b/lib/libalpm/db.h index 4c559866..3d952126 100644 --- a/lib/libalpm/db.h +++ b/lib/libalpm/db.h @@ -57,6 +57,9 @@ alpm_list_t *_alpm_db_search(pmdb_t *db, const alpm_list_t *needles); pmdb_t *_alpm_db_register_local(void); pmdb_t *_alpm_db_register_sync(const char *treename); +/* Provision */ +alpm_list_t *_alpm_db_whatprovides(pmdb_t *db, const char *package); + /* be.c, backend specific calls */ int _alpm_db_install(pmdb_t *db, const char *dbfile); int _alpm_db_open(pmdb_t *db); -- cgit v1.2.3-24-g4f1b