summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.h
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-01-17 08:21:07 +0100
committerAaron Griffin <aaron@archlinux.org>2007-01-17 08:21:07 +0100
commit1bea7706ae076677387e123cfed0dfbbc68f6691 (patch)
treee0046eb4155c80be7b2edbd5b273b886d44a1c07 /lib/libalpm/util.h
parentaea6626fded11f3395ec509635ffec5b5f5d3436 (diff)
downloadpacman-1bea7706ae076677387e123cfed0dfbbc68f6691.tar.gz
pacman-1bea7706ae076677387e123cfed0dfbbc68f6691.tar.xz
* Misc logging changes
Addition of a forced fflush in an attempt to diagnose mutli-logging Removal of varargs from the internal logaction function, they are handled in alpm_logaction just fine
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 cda65a3a..73e1c14e 100644
--- a/lib/libalpm/util.h
+++ b/lib/libalpm/util.h
@@ -62,7 +62,7 @@ int _alpm_lckmk(char *file);
int _alpm_lckrm(char *file);
int _alpm_unpack(const char *archive, const char *prefix, const char *fn);
int _alpm_rmrf(char *path);
-int _alpm_logaction(unsigned char usesyslog, FILE *f, char *fmt, ...);
+int _alpm_logaction(unsigned char usesyslog, FILE *f, const char *str);
int _alpm_ldconfig(char *root);
#ifdef _ALPM_TRANS_H
int _alpm_runscriptlet(char *util, char *installfn, char *script, char *ver, char *oldver, pmtrans_t *trans);