diff options
author | Joe <rbo@gmx.us> | 2024-01-04 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-04 20:20:20 +0100 |
commit | 56c51cb7ce56244478da388b04869c139b80bdf5 (patch) | |
tree | 44c704e1e908fc396c8e3c213f6d49f0b66c1915 /c_hardflip.go | |
parent | ok this is great (diff) | |
download | hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.gz hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.bz2 hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.xz hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.zst hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.zip |
nothing's great retard boy
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() { |