summaryrefslogtreecommitdiff
path: root/src/apk_database.h
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-06-19 19:01:15 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2009-06-19 19:01:15 +0200
commitcb074581f0d65bc43188d3552dd72c405c53e5d9 (patch)
treefc9c0fdc884884e91c6f616131daf3d04b1a8944 /src/apk_database.h
parentb669e488ed97e16ec4acd769ecaee24fbeffcc7b (diff)
downloadapk-tools-cb074581f0d65bc43188d3552dd72c405c53e5d9.tar.gz
apk-tools-cb074581f0d65bc43188d3552dd72c405c53e5d9.tar.bz2
apk-tools-cb074581f0d65bc43188d3552dd72c405c53e5d9.tar.xz
apk-tools-cb074581f0d65bc43188d3552dd72c405c53e5d9.zip
db: add function apk_repository_update_all
We might want to add an --update-index option to misc applets. For example: apk add --update-index -u package apk version --update-index
Diffstat (limited to 'src/apk_database.h')
-rw-r--r--src/apk_database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_database.h b/src/apk_database.h
index 523dab5..6f18277 100644
--- a/src/apk_database.h
+++ b/src/apk_database.h
@@ -130,6 +130,7 @@ int apk_db_index_write(struct apk_database *db, struct apk_ostream *os);
int apk_db_add_repository(apk_database_t db, apk_blob_t repository);
int apk_repository_update(struct apk_database *db, struct apk_repository *repo);
+int apk_repository_update_all(struct apk_database *db);
int apk_db_install_pkg(struct apk_database *db,
struct apk_package *oldpkg,