Switched to string for fool-proofness.

geesefs-0-30-9
Aaron Jacobs 2015-03-20 11:18:56 +11:00
parent 76f61fa467
commit ffa094be50
1 changed files with 2 additions and 2 deletions

View File

@ -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)