index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2007-03-03 08:13:59 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-03-03 08:13:59 +0000 |
commit | 7f5dada8851c3b40ba44ed92e46315cefa9006b2 (patch) | |
tree | 402349c1d0cb2e82a4606872954b4d46e4df10ed /lib/libalpm/sync.h | |
parent | a0dbade77420f6e83be1406ae67a99e337ce57ec (diff) |
-rw-r--r-- | lib/libalpm/sync.h | 3 |
diff --git a/lib/libalpm/sync.h b/lib/libalpm/sync.h index a2e2e11e..3ba7e009 100644 --- a/lib/libalpm/sync.h +++ b/lib/libalpm/sync.h @@ -42,6 +42,9 @@ int _alpm_sync_addtarget(pmtrans_t *trans, pmdb_t *db_local, alpm_list_t *dbs_sy int _alpm_sync_prepare(pmtrans_t *trans, pmdb_t *db_local, alpm_list_t *dbs_sync, alpm_list_t **data); int _alpm_sync_commit(pmtrans_t *trans, pmdb_t *db_local, alpm_list_t **data); +/* typically trans->packages */ +pmsyncpkg_t *_alpm_sync_find(alpm_list_t *syncpkgs, const char* pkgname); + #endif /* _ALPM_SYNC_H */ /* vim: set ts=2 sw=2 noet: */ |