From cb95018adab1377c862dca32f58825b336adafd0 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 20 Apr 2009 12:35:50 -0700 Subject: libglusterfsclient: Add VMP-based unlink Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libglusterfsclient/src/libglusterfsclient.h') diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index b9afe4824..3287ddead 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 -- cgit