index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2007-01-17 07:21:07 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-01-17 07:21:07 +0000 |
commit | 1bea7706ae076677387e123cfed0dfbbc68f6691 (patch) | |
tree | e0046eb4155c80be7b2edbd5b273b886d44a1c07 /lib/libalpm/util.h | |
parent | aea6626fded11f3395ec509635ffec5b5f5d3436 (diff) |
-rw-r--r-- | lib/libalpm/util.h | 2 |
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); |