From 19dff1ba9dfe6f474d22224267a7407c949d6803 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 30 Oct 2001 15:06:52 +0000 Subject: x --- include/fuse.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 6837b9e..e18f606 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -23,9 +23,11 @@ struct fuse_operations { int (*getdir) (const char *path, struct fuse_dh *h, dirfiller_t filler); int (*mknod) (const char *path, int mode, int rdev); int (*mkdir) (const char *path, int mode); - int (*symlink) (const char *from, const char *to); int (*unlink) (const char *path); int (*rmdir) (const char *path); + int (*rename) (const char *from, const char *to); + int (*symlink) (const char *from, const char *to); + int (*link) (const char *from, const char *to); }; struct fuse *fuse_new(); -- cgit v1.2.3