summaryrefslogtreecommitdiff
path: root/src/apk_database.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2023-04-11 20:34:15 +0300
committerTimo Teräs <timo.teras@iki.fi>2023-04-11 21:02:04 +0300
commitd7650fc5e5a0119879d536b2c3c99ce85befd221 (patch)
tree3c3c60bc554dfec3a72b07438840911c51a13556 /src/apk_database.h
parent67c0583a5e18c27880e2785536be3e66ff1c4bdd (diff)
downloadapk-tools-tt-stable-wip.tar.gz
apk-tools-tt-stable-wip.tar.bz2
apk-tools-tt-stable-wip.tar.xz
apk-tools-tt-stable-wip.zip
apk: add --force-missing-repositoriestt-stable-wip
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 d63da2d..52578d7 100644
--- a/src/apk_database.h
+++ b/src/apk_database.h
@@ -262,6 +262,7 @@ int apk_db_index_read(struct apk_database *db, struct apk_istream *is, int repo)
int apk_db_index_read_file(struct apk_database *db, const char *file, int repo);
int apk_db_index_write(struct apk_database *db, struct apk_ostream *os);
+int apk_db_repository_check(struct apk_database *db);
int apk_db_add_repository(apk_database_t db, apk_blob_t repository);
struct apk_repository *apk_db_select_repo(struct apk_database *db,
struct apk_package *pkg);