mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-11 05:48:09 -05:00
pacman/sync.c: mark sync_trans as static
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
d6354ff248
commit
f42e223386
@ -467,7 +467,7 @@ static int sync_list(alpm_list_t *syncs, alpm_list_t *targets)
|
|||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
int sync_trans(alpm_list_t *targets, int sync_only)
|
static int sync_trans(alpm_list_t *targets, int sync_only)
|
||||||
{
|
{
|
||||||
int retval = 0;
|
int retval = 0;
|
||||||
alpm_list_t *data = NULL;
|
alpm_list_t *data = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user