diff options
author | Timo Teras <timo.teras@iki.fi> | 2008-11-28 16:28:54 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2008-11-28 16:28:54 +0200 |
commit | dc2ffc30e812fc52ad2bf4c11f36a69940f8d1ea (patch) | |
tree | 4fc16f961139f7e4b06c33ffdcc7dd7ce81a9567 /src/apk_database.h | |
parent | 4bafa681feb2b902553e26fd88df0f06b0c0778a (diff) | |
download | aports-dc2ffc30e812fc52ad2bf4c11f36a69940f8d1ea.tar.bz2 aports-dc2ffc30e812fc52ad2bf4c11f36a69940f8d1ea.tar.xz |
io: apk_ostream stuff
Diffstat (limited to 'src/apk_database.h')
-rw-r--r-- | src/apk_database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_database.h b/src/apk_database.h index 3e703833c7..ff8eac5114 100644 --- a/src/apk_database.h +++ b/src/apk_database.h @@ -96,7 +96,7 @@ void apk_db_close(struct apk_database *db); struct apk_package *apk_db_pkg_add_file(struct apk_database *db, const char *file); struct apk_package *apk_db_get_pkg(struct apk_database *db, csum_t sum); -void apk_db_index_write(struct apk_database *db, int fd); +void 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_db_recalculate_and_commit(struct apk_database *db); |