index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-02-24 09:38:59 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-02-24 09:38:59 -0600 |
commit | 7c14e48776cf82b521cc8b7dad05892a81b8659b (patch) | |
tree | a00eca308169141c7b0266979ffe4c4c303cdb8c /lib/libalpm/log.h | |
parent | 6735807c0f5ec5464f2977da96b8981e2321940a (diff) |
-rw-r--r-- | lib/libalpm/log.h | 2 |
diff --git a/lib/libalpm/log.h b/lib/libalpm/log.h index 5ce08e45..9a2961fb 100644 --- a/lib/libalpm/log.h +++ b/lib/libalpm/log.h @@ -29,7 +29,7 @@ #define ALPM_LOG_FUNC #endif -void _alpm_log(pmloglevel_t flag, char *fmt, ...) __attribute__((format(printf,2,3))); +void _alpm_log(pmloglevel_t flag, const char *fmt, ...) __attribute__((format(printf,2,3))); #endif /* _ALPM_LOG_H */ |