diff options
author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-04-20 12:28:40 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-21 12:47:54 +0530 |
commit | 7bc1747de75d7a65059fbcb191c3776210de1491 (patch) | |
tree | c490ff98647c1aa8f540c6c1068dfdfe22fb121e /libglusterfsclient | |
parent | 82394d484803e02e28441bc0b988efaaff60dd94 (diff) |
libglusterfsclient: Expose glusterfs_realpath
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index d541da0e9..3e6749247 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 |