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 e4187d82..93476a6a 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -259,9 +259,12 @@ int
glusterfs_mknod(const char *pathname, mode_t mode, dev_t dev);
char *
-glusterfs_realpath (glusterfs_handle_t handle, const char *path,
+glusterfs_glh_realpath (glusterfs_handle_t handle, const char *path,
char *resolved_path);
+char *
+glusterfs_realpath (const char *path, char *resolved_path);
+
int
glusterfs_mount (char *vmp, glusterfs_init_params_t *ipars);