From 933c3eee81f843db1fb8a2eda491d49cfc04efea Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Thu, 16 Apr 2009 23:57:24 -0700 Subject: libglusterfsclient: Add mknod API Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libglusterfsclient/src/libglusterfsclient.h') 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 -- cgit