1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-23 08:18:51 -05:00

pacman/sync.c: mark sync_trans as static

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-12-03 22:50:33 -06:00
parent d6354ff248
commit f42e223386

View File

@ -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;