summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/glusterfs/fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/glusterfs/fd.h')
-rw-r--r--libglusterfs/src/glusterfs/fd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs/fd.h b/libglusterfs/src/glusterfs/fd.h
index 28906d34e4d..3ffaaa60504 100644
--- a/libglusterfs/src/glusterfs/fd.h
+++ b/libglusterfs/src/glusterfs/fd.h
@@ -106,6 +106,9 @@ fd_ref(fd_t *fd);
void
fd_unref(fd_t *fd);
+void
+fd_close(fd_t *fd);
+
fd_t *
fd_create(struct _inode *inode, pid_t pid);