summaryrefslogtreecommitdiff
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2018-01-13 11:49:57 -0500
committerAllan McRae <allan@archlinux.org>2018-01-18 13:42:57 +1000
commit0bbf9ddf9dff45346fb95bc6b6f1db8320551b6a (patch)
tree3363f4820c0578105740917974e9bc0c51d05853 /src/pacman/conf.h
parente8462a4f88335b200ad0a1c5d96e05a44af7e67c (diff)
downloadpacman-0bbf9ddf9dff45346fb95bc6b6f1db8320551b6a.tar.xz
extract raw config file parser
To allow pacman-conf to parse the configuration file without having to also setup alpm. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/conf.h b/src/pacman/conf.h
index 53b44be6..e937051b 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -242,6 +242,7 @@ void config_repo_free(config_repo_t *repo);
int config_set_arch(const char *arch);
int parseconfig(const char *file);
+int parseconfigfile(const char *file);
#endif /* PM_CONF_H */
/* vim: set noet: */