From 7bc1747de75d7a65059fbcb191c3776210de1491 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 20 Apr 2009 12:28:40 -0700 Subject: libglusterfsclient: Expose glusterfs_realpath Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libglusterfsclient') 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 -- cgit