summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-05-05 18:12:49 +0200
committerDan McGee <dan@archlinux.org>2011-05-05 18:12:49 +0200
commitbda208f82325812749396efacf828066947872e5 (patch)
tree5c061743f54a503b1549a04a6b68ab65abb8812d /src/pacman/conf.h
parentd360153bc6d4368e18a6d2e169d7d667e1640992 (diff)
downloadpacman-bda208f82325812749396efacf828066947872e5.tar.gz
pacman-bda208f82325812749396efacf828066947872e5.tar.xz
Move parseconfig to conf.c
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h2
1 files changed, 2 insertions, 0 deletions
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: */