From bda208f82325812749396efacf828066947872e5 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 5 May 2011 11:12:49 -0500 Subject: Move parseconfig to conf.c Signed-off-by: Dan McGee --- src/pacman/pacman.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/pacman/pacman.h') diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h index f5b972bb..77d83d6e 100644 --- a/src/pacman/pacman.h +++ b/src/pacman/pacman.h @@ -22,8 +22,12 @@ #include +void cleanup(int ret); + /* database.c */ int pacman_database(alpm_list_t *targets); +/* deptest.c */ +int pacman_deptest(alpm_list_t *targets); /* query.c */ int pacman_query(alpm_list_t *targets); /* remove.c */ @@ -33,9 +37,6 @@ int pacman_sync(alpm_list_t *targets); /* upgrade.c */ int pacman_upgrade(alpm_list_t *targets); -/* deptest.c */ -int pacman_deptest(alpm_list_t *targets); - #endif /* _PM_PACMAN_H */ /* vim: set ts=2 sw=2 noet: */ -- cgit v1.2.3-54-g00ecf