summaryrefslogtreecommitdiffstats
path: root/src/pacman/trans.h
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-10-15 21:34:52 +0200
committerAaron Griffin <aaron@archlinux.org>2006-10-15 21:34:52 +0200
commit3f27542156125118800235c5ac1bac125fd7752c (patch)
treee0ba3d5fd23be2c7ad5da14234622b032ab79191 /src/pacman/trans.h
parentd37ad048732fbcef38aec001993553896dbe4198 (diff)
downloadpacman-3f27542156125118800235c5ac1bac125fd7752c.tar.gz
pacman-3f27542156125118800235c5ac1bac125fd7752c.tar.xz
Merged frugalware changes. Added a few other minor things too, but there's alot
to list. The diff should show you 8)
Diffstat (limited to 'src/pacman/trans.h')
-rw-r--r--src/pacman/trans.h2
1 files changed, 2 insertions, 0 deletions
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: */