mplemented the complete set of FUSE functions for libcaptive.
authorlace <>
Mon, 19 Dec 2005 20:28:09 +0000 (20:28 +0000)
committerlace <>
Mon, 19 Dec 2005 20:28:09 +0000 (20:28 +0000)
commit319383d38a890d88e9c593093c1168ba2a0a7f85
tree6914084803190b8207bcaf5b8a686feb3c8f3e8c
parentd76d9bc71e5298c6341733549b278b0d56947b90
mplemented the complete set of FUSE functions for libcaptive.
20 files changed:
src/client/fuse/Makefile.am
src/client/fuse/main.c
src/client/fuse/op_chmod.c [new file with mode: 0644]
src/client/fuse/op_chmod.h [new file with mode: 0644]
src/client/fuse/op_mkdir.c [new file with mode: 0644]
src/client/fuse/op_mkdir.h [new file with mode: 0644]
src/client/fuse/op_mknod.c [new file with mode: 0644]
src/client/fuse/op_mknod.h [new file with mode: 0644]
src/client/fuse/op_rename.c [new file with mode: 0644]
src/client/fuse/op_rename.h [new file with mode: 0644]
src/client/fuse/op_rmdir.c [new file with mode: 0644]
src/client/fuse/op_rmdir.h [new file with mode: 0644]
src/client/fuse/op_truncate.c [new file with mode: 0644]
src/client/fuse/op_truncate.h [new file with mode: 0644]
src/client/fuse/op_unlink.c [new file with mode: 0644]
src/client/fuse/op_unlink.h [new file with mode: 0644]
src/client/fuse/op_utime.c [new file with mode: 0644]
src/client/fuse/op_utime.h [new file with mode: 0644]
src/client/fuse/op_write.c [new file with mode: 0644]
src/client/fuse/op_write.h [new file with mode: 0644]