c4milo / fusejs

Low level fuse bindings for nodejs
http://c4milo.github.io/fusejs
111 stars 72 forks source link

Replace fuse_use_version with fuse_version where appropriate #29

Closed EricTheMagician closed 8 years ago

EricTheMagician commented 8 years ago

Certain functionality are fuse version dependent. The proper macro to check is fuse_version.

EricTheMagician commented 8 years ago

This could possible address #27