+FUSE interface skeleton.
authorlace <>
Mon, 19 Dec 2005 16:08:48 +0000 (16:08 +0000)
committerlace <>
Mon, 19 Dec 2005 16:08:48 +0000 (16:08 +0000)
commit5caa7051dbc80af3c70f034d95b0ecb83088dd74
tree29614c765d3ab572af682362c5d872b75b417f7a
parentb896826753f74233c6c14cd553fdba27ab90f4d4
+FUSE interface skeleton.
12 files changed:
src/client/Makefile.am
src/client/fuse/Makefile.am [new file with mode: 0644]
src/client/fuse/gnomevfsresult.c [new file with mode: 0644]
src/client/fuse/gnomevfsresult.h [new file with mode: 0644]
src/client/fuse/main.c [new file with mode: 0644]
src/client/fuse/main.h [new file with mode: 0644]
src/client/fuse/op_fsync.c [new file with mode: 0644]
src/client/fuse/op_fsync.h [new file with mode: 0644]
src/client/fuse/op_fsyncdir.c [new file with mode: 0644]
src/client/fuse/op_fsyncdir.h [new file with mode: 0644]
src/client/fuse/op_statfs.c [new file with mode: 0644]
src/client/fuse/op_statfs.h [new file with mode: 0644]