diff options
Diffstat (limited to 'c_hardflip.go')
-rw-r--r-- | c_hardflip.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index 1e232a1..4364da8 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -62,9 +62,8 @@ type HardData struct { data_dir string } -type HardSel interface { +type HardPtr interface { is_dir() bool - get_id() uint64 } func main() { |