summaryrefslogtreecommitdiff
path: root/rhimport/core.go
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport/core.go')
-rw-r--r--rhimport/core.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport/core.go b/rhimport/core.go
index 289857c..cc4671c 100644
--- a/rhimport/core.go
+++ b/rhimport/core.go
@@ -60,7 +60,7 @@ func init() {
fetcherInit()
}
-type ProgressCB func(step int, stepName string, current, total float64, userdata interface{}) bool
+type ProgressCB func(step int, stepName string, current, total float64, cart, cut uint, userdata interface{}) bool
type DoneCB func(result Result, userdata interface{}) bool
type Result struct {