diff options
Diffstat (limited to 'lib/libalpm/sync.h')
-rw-r--r-- | lib/libalpm/sync.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libalpm/sync.h b/lib/libalpm/sync.h index d5e5a02f..615e17d2 100644 --- a/lib/libalpm/sync.h +++ b/lib/libalpm/sync.h @@ -34,12 +34,12 @@ typedef struct __pmsyncpkg_t { pmsyncpkg_t *sync_new(int type, pmpkg_t *spkg, void *data); void sync_free(pmsyncpkg_t *sync); -PMList *sync_load_archive(char *archive); +PMList *sync_load_dbarchive(char *archive); -int sync_sysupgrade(pmtrans_t *trans, pmdb_t *db, PMList *dbs_sync); -int sync_addtarget(pmtrans_t *trans, pmdb_t *db, PMList *dbs_sync, char *name); -int sync_prepare(pmtrans_t *trans, pmdb_t *db, PMList *dbs_sync, PMList **data); -int sync_commit(pmtrans_t *trans, pmdb_t *db); +int sync_sysupgrade(pmtrans_t *trans, pmdb_t *db_local, PMList *dbs_sync); +int sync_addtarget(pmtrans_t *trans, pmdb_t *db_local, PMList *dbs_sync, char *name); +int sync_prepare(pmtrans_t *trans, pmdb_t *db_local, PMList *dbs_sync, PMList **data); +int sync_commit(pmtrans_t *trans, pmdb_t *db_local); #endif /* _ALPM_SYNC_H */ |