diff options
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |