diff options
Diffstat (limited to 'rhimport/core.go')
-rw-r--r-- | rhimport/core.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport/core.go b/rhimport/core.go index 6fb0bcb..7880d95 100644 --- a/rhimport/core.go +++ b/rhimport/core.go @@ -53,7 +53,7 @@ func init() { fetcherInit() } -type ProgressCB func(step int, stepName string, progress float64, userdata interface{}) bool +type ProgressCB func(step int, stepName string, current, total float64, userdata interface{}) bool type DoneCB func(result Result, userdata interface{}) bool type Result struct { |