Commit ffa094be authored by Aaron Jacobs's avatar Aaron Jacobs

Switched to string for fool-proofness.

parent 76f61fa4
......@@ -22,5 +22,5 @@ import "github.com/jacobsa/fuse"
// empty. Whenever a flush or fsync is received, the supplied function will be
// called with the current contents of the file.
func NewFileSystem(
reportFlush func([]byte),
reportFsync func([]byte)) (fs fuse.FileSystem, err error)
reportFlush func(string),
reportFsync func(string)) (fs fuse.FileSystem, err error)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment