diff options
Diffstat (limited to 'device/mark_default.go')
-rw-r--r-- | device/mark_default.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/mark_default.go b/device/mark_default.go index 76b1015..7de2524 100644 --- a/device/mark_default.go +++ b/device/mark_default.go @@ -7,6 +7,6 @@ package device -func (bind *NativeBind) SetMark(mark uint32) error { +func (bind *nativeBind) SetMark(mark uint32) error { return nil } |