summaryrefslogtreecommitdiff
path: root/src/apk_database.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2023-04-12 08:51:22 +0300
committerTimo Teräs <timo.teras@iki.fi>2023-04-12 10:09:33 +0300
commit20e30a3dc66c5e7289991705fbe88a4672b54936 (patch)
treed9b1df543b82df6d173f2df70b4d5b7536908943 /src/apk_database.h
parent0c4fc6519a78b307f4a113f8da36cf21368df882 (diff)
downloadapk-tools-20e30a3dc66c5e7289991705fbe88a4672b54936.tar.gz
apk-tools-20e30a3dc66c5e7289991705fbe88a4672b54936.tar.bz2
apk-tools-20e30a3dc66c5e7289991705fbe88a4672b54936.tar.xz
apk-tools-20e30a3dc66c5e7289991705fbe88a4672b54936.zip
db, index: refactor index writing
Diffstat (limited to 'src/apk_database.h')
-rw-r--r--src/apk_database.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apk_database.h b/src/apk_database.h
index 52578d7..da29ce9 100644
--- a/src/apk_database.h
+++ b/src/apk_database.h
@@ -260,7 +260,6 @@ struct apk_package *apk_db_get_file_owner(struct apk_database *db, apk_blob_t fi
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);