summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h5
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);