setupapi: trim "Get" from getters
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
a6dbe4f475
commit
dc9bbec9db
5 changed files with 53 additions and 53 deletions
|
|
@ -185,7 +185,7 @@ func (tun *NativeTun) getTUN() (read *os.File, write *os.File, err error) {
|
|||
}
|
||||
|
||||
func (tun *NativeTun) Name() (string, error) {
|
||||
return tun.wt.GetInterfaceName()
|
||||
return tun.wt.InterfaceName()
|
||||
}
|
||||
|
||||
func (tun *NativeTun) File() *os.File {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue