diff options
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 3e6749247..b37813dd6 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -228,6 +228,10 @@ glusterfs_mknod(glusterfs_handle_t handle, const char *pathname, mode_t mode, char * glusterfs_realpath (glusterfs_handle_t handle, const char *path, char *resolved_path); + +int +glusterfs_mount (char *vmp, glusterfs_init_params_t *ipars); + /* FIXME: review the need for these apis */ /* added for log related initialization in booster fork implementation */ void |