index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-09-14 18:37:40 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-09-20 17:36:53 +1000 |
commit | 6946d7d1b77a550c3f4de48e4cc6ad1094ac6b10 (patch) | |
tree | 70536168605c0ced9d469c126c764193fcfa69c8 /lib/libalpm/sync.h | |
parent | af747ef34a9a152614fcde18abcfc6e1e3ec5d0e (diff) |
-rw-r--r-- | lib/libalpm/sync.h | 3 |
diff --git a/lib/libalpm/sync.h b/lib/libalpm/sync.h index 6281550f..60ebb750 100644 --- a/lib/libalpm/sync.h +++ b/lib/libalpm/sync.h @@ -26,7 +26,8 @@ int _alpm_sync_prepare(alpm_handle_t *handle, alpm_list_t **data); int _alpm_sync_load(alpm_handle_t *handle, alpm_list_t **data); -int _alpm_sync_commit(alpm_handle_t *handle, alpm_list_t **data); +int _alpm_sync_check(alpm_handle_t *handle, alpm_list_t **data); +int _alpm_sync_commit(alpm_handle_t *handle); #endif /* _ALPM_SYNC_H */ |