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/conf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pacman/conf.h') diff --git a/src/pacman/conf.h b/src/pacman/conf.h index 4f96f4f9..76c76cf5 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -126,6 +126,8 @@ extern config_t *config; config_t *config_new(void); int config_free(config_t *oldconfig); +int config_set_arch(const char *arch); +int parseconfig(const char *file); #endif /* _PM_CONF_H */ /* vim: set ts=2 sw=2 noet: */ -- cgit v1.2.3-70-g09d2