From 73c74355abf0f6759a2f9a9219ea571444b6495a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 5 May 2011 11:42:42 -0500 Subject: Make config parsing a two-part affair This ensures we call any alpm_option type functions before registering databases, making sure all paths and other defaults (e.g. sig verification levels) have been set first. This will ensure we can continue to allow crazy config files where [options] doesn't come first. The diffstat on this commit is misleading; view with -w/--ignore-all-space to get a better idea of what needed to be touched. Signed-off-by: Dan McGee --- src/pacman/pacman.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pacman/pacman.h') diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h index 77d83d6e..762e112d 100644 --- a/src/pacman/pacman.h +++ b/src/pacman/pacman.h @@ -22,8 +22,6 @@ #include -void cleanup(int ret); - /* database.c */ int pacman_database(alpm_list_t *targets); /* deptest.c */ -- cgit v1.2.3-24-g4f1b