diff options
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
| -rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index b4454a37012..90cdc83e206 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -252,8 +252,11 @@ glusterfs_getdents (glusterfs_dir_t fd, struct dirent *dirp,  		    unsigned int count);  int -glusterfs_mknod(glusterfs_handle_t handle, const char *pathname, mode_t mode, -                dev_t dev); +glusterfs_glh_mknod(glusterfs_handle_t handle, const char *pathname, +                        mode_t mode, dev_t dev); + +int +glusterfs_mknod(const char *pathname, mode_t mode, dev_t dev);  char *  glusterfs_realpath (glusterfs_handle_t handle, const char *path,  | 
