index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <shiningxc@gmail.com> | 2009-07-08 11:08:32 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-07-16 06:12:04 -0500 |
commit | 2e043aae36bdb8a7591646db00a95dd21f1f368f (patch) | |
tree | 6bc63b3cb042e310aa21d6991cfdaff589fa5f14 /lib/libalpm/util.h | |
parent | 41a55d4effecfb2914e96ed4a99eb621557c6d2f (diff) |
-rw-r--r-- | lib/libalpm/util.h | 1 |
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index e2d44740..4bc8b92f 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -66,6 +66,7 @@ int _alpm_lckrm(); int _alpm_unpack(const char *archive, const char *prefix, const char *fn); int _alpm_rmrf(const char *path); int _alpm_logaction(unsigned short usesyslog, FILE *f, const char *fmt, va_list args); +int _alpm_run_chroot(const char *root, const char *cmd); int _alpm_ldconfig(const char *root); int _alpm_str_cmp(const void *s1, const void *s2); char *_alpm_filecache_find(const char *filename); |