From 34aefc62e45cf221eccf65dd2bcf42ecd51630f3 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 25 Apr 2007 02:27:16 -0400 Subject: Remove single-function upgrade.c Move pacman_upgrade into add.c, at least for now. It really doesn't need its own file. For the long term, we may want to move this whole file back to upgrade.c if we deprecate the add operation. Signed-off-by: Dan McGee --- src/pacman/pacman.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/pacman/pacman.h') diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h index 38c89fb3..fbd419d7 100644 --- a/src/pacman/pacman.h +++ b/src/pacman/pacman.h @@ -25,14 +25,13 @@ /* add.c, this should merge with upgrade.c */ int pacman_add(alpm_list_t *targets); +int pacman_upgrade(alpm_list_t *targets); /* sync.c */ int pacman_sync(alpm_list_t *targets); /* query.c */ int pacman_query(alpm_list_t *targets); /* remove.c */ int pacman_remove(alpm_list_t *targets); -/* upgrade.c */ -int pacman_upgrade(alpm_list_t *targets); /* deptest.c */ int pacman_deptest(alpm_list_t *targets); -- cgit v1.2.3