summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@zresearch.com>2009-04-20 12:35:50 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-21 12:50:09 +0530
commitcb95018adab1377c862dca32f58825b336adafd0 (patch)
tree7e14a34e41ebfc71cc40ab82a9f0140a3cbc77f0 /libglusterfsclient/src/libglusterfsclient.h
parent6f91c9dc86be9c10467ccb5bc3edde2c5d767b9f (diff)
libglusterfsclient: Add VMP-based unlink
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index b9afe4824fc..3287ddead51 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -325,6 +325,12 @@ glusterfs_glh_mkfifo (glusterfs_handle_t handle, const char *path,
int
glusterfs_mkfifo (const char *path, mode_t mode);
+
+int
+glusterfs_glh_unlink (glusterfs_handle_t handle, const char *path);
+
+int
+glusterfs_unlink (const char *path);
/* FIXME: review the need for these apis */
/* added for log related initialization in booster fork implementation */
void