diff options
| -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 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  | 
