summaryrefslogtreecommitdiffstats
path: root/src/pacman/callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/callback.h')
-rw-r--r--src/pacman/callback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/callback.h b/src/pacman/callback.h
index bc7038d3..8494154a 100644
--- a/src/pacman/callback.h
+++ b/src/pacman/callback.h
@@ -38,7 +38,7 @@ void cb_trans_progress(pmtransprog_t event, const char *pkgname, int percent,
void cb_dl_progress(const char *filename, int xfered, int total);
/* callback to handle messages/notifications from pacman library */
-void cb_log(unsigned short level, char *msg);
+void cb_log(pmloglevel_t level, char *msg);
#endif /* _PM_CALLBACK_H */