diff -r c71f3053c714 -r 460f995d3769 src/dbfs/ops.h --- a/src/dbfs/ops.h Fri Oct 17 18:53:05 2008 +0300 +++ b/src/dbfs/ops.h Fri Oct 17 19:28:27 2008 +0300 @@ -23,6 +23,9 @@ void dbfs_readdir (struct fuse_req *req, fuse_ino_t ino, size_t size, off_t off, struct fuse_file_info *fi); void dbfs_releasedir (struct fuse_req *req, fuse_ino_t ino, struct fuse_file_info *fi); +/* tree.c */ +void dbfs_rename (struct fuse_req *req, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname); + /* fileop.c */ void dbfs_open (struct fuse_req *req, fuse_ino_t ino, struct fuse_file_info *fi); void dbfs_read (struct fuse_req *req, fuse_ino_t ino, size_t size, off_t off, struct fuse_file_info *fi);