diff options
author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-04-20 12:30:36 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-21 12:48:32 +0530 |
commit | 4074769dd2435ab3521ab39eb2775c3e80fc32b4 (patch) | |
tree | ab3e7a3e0da941114cd331b1d586f2eb337faa56 /libglusterfsclient/src/libglusterfsclient.h | |
parent | d875df0c5c095488db29a202eac74d10d540aa3b (diff) |
libglusterfsclient: Add VMP-based creat
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index dabc288c1..d7ce4318e 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -109,7 +109,10 @@ glusterfs_file_t glusterfs_open (const char *path, int flags, ...); glusterfs_file_t -glusterfs_creat (glusterfs_handle_t handle, const char *path, mode_t mode); +glusterfs_glh_creat (glusterfs_handle_t handle, const char *path, mode_t mode); + +glusterfs_file_t +glusterfs_creat (const char *path, mode_t mode); int glusterfs_mkdir (glusterfs_handle_t handle, const char *path, mode_t mode); |