summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.h
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2015-04-12 06:01:20 +0200
committerAllan McRae <allan@archlinux.org>2015-05-12 06:00:54 +0200
commitae7067440c20c49b3d11c63844d583381282c6b2 (patch)
treea8649744ff7c3d6cc2e408d2745c787b82e6b563 /lib/libalpm/util.h
parentf9423cfa5d5b9f2041b70676438082faad1cd1ee (diff)
downloadpacman-ae7067440c20c49b3d11c63844d583381282c6b2.tar.gz
pacman-ae7067440c20c49b3d11c63844d583381282c6b2.tar.xz
merge _alpm_logaction into alpm_logaction
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/util.h')
-rw-r--r--lib/libalpm/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h
index 4839618a..95112cff 100644
--- a/lib/libalpm/util.h
+++ b/lib/libalpm/util.h
@@ -119,9 +119,6 @@ int _alpm_unpack(alpm_handle_t *handle, const char *archive, const char *prefix,
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 *prefix, const char *fmt, va_list args)
- __attribute__((format(printf, 3, 0)));
-
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);