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 516a03a0891..d541da0e96e 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -221,6 +221,10 @@ int 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); + /* FIXME: review the need for these apis */ /* added for log related initialization in booster fork implementation */ void |