index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-10-11 04:08:20 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-10-13 14:28:29 +1000 |
commit | c1d6cec2e277eea7affa43601086c523311b58c0 (patch) | |
tree | ad2ef11358f4c67c7dd2a4d488b600616d91f0e3 /lib/libalpm/sync.h | |
parent | 42c859e4cc38f91a1236cd93eae9e9f9a1bc1e62 (diff) |
-rw-r--r-- | lib/libalpm/sync.h | 1 |
diff --git a/lib/libalpm/sync.h b/lib/libalpm/sync.h index f25e450b..c15d348f 100644 --- a/lib/libalpm/sync.h +++ b/lib/libalpm/sync.h @@ -25,6 +25,7 @@ #include "alpm.h" 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); #endif /* _ALPM_SYNC_H */ |