27int _alpm_sync_prepare(alpm_handle_t *handle,
alpm_list_t **data);
28int _alpm_sync_load(alpm_handle_t *handle,
alpm_list_t **data);
29int _alpm_sync_check(alpm_handle_t *handle,
alpm_list_t **data);
30int _alpm_sync_commit(alpm_handle_t *handle);
A doubly linked list.
Definition alpm_list.h:51