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
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ static int sync_list(alpm_list_t *syncs, alpm_list_t *targets)
|
|||
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;
|
||||
alpm_list_t *data = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue