summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.h
diff options
context:
space:
mode:
authorandrew.gregory.8@gmail.com <andrew.gregory.8@gmail.com>2011-11-22 06:35:46 +0100
committerDan McGee <dan@archlinux.org>2011-11-22 07:31:10 +0100
commit77af613efc8b4c99115fdf81f8284955b1e95da6 (patch)
treeee524d8440ea43b407c20696be6ee03597ed94bb /lib/libalpm/util.h
parent96b3ba3470f11842312e4fdb34b74b391842fc33 (diff)
downloadpacman-77af613efc8b4c99115fdf81f8284955b1e95da6.tar.gz
pacman-77af613efc8b4c99115fdf81f8284955b1e95da6.tar.xz
added doxygen documentation
Made existing documentation more consistent and added documentation where there was none. One function still needs documentation and is marked with 'TODO'. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/util.h')
-rw-r--r--lib/libalpm/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h
index fa86679f..1e192747 100644
--- a/lib/libalpm/util.h
+++ b/lib/libalpm/util.h
@@ -127,7 +127,7 @@ int _alpm_unpack(alpm_handle_t *handle, const char *archive, const char *prefix,
int _alpm_rmrf(const char *path);
ssize_t _alpm_files_in_directory(alpm_handle_t *handle, const char *path, int full_count);
int _alpm_logaction(alpm_handle_t *handle, const char *fmt, va_list args);
-int _alpm_run_chroot(alpm_handle_t *handle, const char *path, char *const argv[]);
+int _alpm_run_chroot(alpm_handle_t *handle, const char *cmd, char *const argv[]);
int _alpm_ldconfig(alpm_handle_t *handle);
int _alpm_str_cmp(const void *s1, const void *s2);
char *_alpm_filecache_find(alpm_handle_t *handle, const char *filename);