summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@zresearch.com>2009-04-20 12:28:40 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-21 12:47:54 +0530
commit7bc1747de75d7a65059fbcb191c3776210de1491 (patch)
treec490ff98647c1aa8f540c6c1068dfdfe22fb121e /libglusterfsclient
parent82394d484803e02e28441bc0b988efaaff60dd94 (diff)
libglusterfsclient: Expose glusterfs_realpath
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index d541da0e96e..3e674924794 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -225,6 +225,9 @@ int
glusterfs_mknod(glusterfs_handle_t handle, const char *pathname, mode_t mode,
dev_t dev);
+char *
+glusterfs_realpath (glusterfs_handle_t handle, const char *path,
+ char *resolved_path);
/* FIXME: review the need for these apis */
/* added for log related initialization in booster fork implementation */
void