summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@zresearch.com>2009-04-20 12:30:15 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-21 12:48:28 +0530
commitd875df0c5c095488db29a202eac74d10d540aa3b (patch)
tree29eee8a84daead9d747fed2575df7dd559d27c8c /libglusterfsclient/src/libglusterfsclient.h
parentbb2ca0ec0da700f600d1fa30d111c2aa42804f70 (diff)
libglusterfsclient: Add VMP-based open
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index e611f0563..dabc288c1 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -102,8 +102,11 @@ glusterfs_get_async (glusterfs_handle_t handle, const char *path, size_t size,
glusterfs_get_cbk_t cbk, void *cbk_data);
glusterfs_file_t
-glusterfs_open (glusterfs_handle_t handle, const char *path, int flags,
- mode_t mode);
+glusterfs_glh_open (glusterfs_handle_t handle, const char *path, int flags,
+ ...);
+
+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);