Skip to content

Commit

Permalink
Fix ScanRunner interface (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullaakut authored Nov 30, 2019
1 parent 36f7fbb commit 55097e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

// ScanRunner represents something that can run a scan.
type ScanRunner interface {
Run() (*Run, error)
Run() (result *Run, warnings []string, err error)
}

// Scanner represents an Nmap scanner.
Expand Down

0 comments on commit 55097e9

Please sign in to comment.