From 3f27542156125118800235c5ac1bac125fd7752c Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 15 Oct 2006 19:34:52 +0000 Subject: Merged frugalware changes. Added a few other minor things too, but there's alot to list. The diff should show you 8) --- src/pacman/trans.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pacman/trans.h') diff --git a/src/pacman/trans.h b/src/pacman/trans.h index e27d4322..baed0d1e 100644 --- a/src/pacman/trans.h +++ b/src/pacman/trans.h @@ -27,6 +27,8 @@ void cb_trans_evt(unsigned char event, void *data1, void *data2); /* callback to handle questions from pacman transactions (yes/no) */ void cb_trans_conv(unsigned char event, void *data1, void *data2, void *data3, int *response); +void cb_trans_progress(unsigned char event, char *pkgname, int percent, int howmany, int remain); + #endif /* _PM_TRANS_H */ /* vim: set ts=2 sw=2 noet: */ -- cgit v1.2.3