src/dbfs/ops.h
changeset 36 56427f22e969
parent 35 4f10421681d2
child 38 1fd4da071575
--- a/src/dbfs/ops.h	Fri Oct 17 20:12:20 2008 +0300
+++ b/src/dbfs/ops.h	Tue Oct 21 21:42:17 2008 +0300
@@ -16,6 +16,7 @@
 
 /* link.c */
 void dbfs_readlink (struct fuse_req *req, fuse_ino_t ino);
+void dbfs_unlink (struct fuse_req *req, fuse_ino_t parent, const char *name);
 
 /* dirop.c */
 void dbfs_opendir (struct fuse_req *req, fuse_ino_t ino, struct fuse_file_info *fi);