summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index 97ab3bc3470..e587fcc8e0d 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -28,6 +28,7 @@ __BEGIN_DECLS
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
+#include <sys/vfs.h>
typedef struct {
struct iovec *vector;
@@ -283,6 +284,13 @@ glusterfs_glh_link (glusterfs_handle_t handle, const char *oldpath,
int
glusterfs_link (const char *oldpath, const char *newpath);
+
+int
+glusterfs_glh_statfs (glusterfs_handle_t handle, const char *path,
+ struct statfs *buf);
+
+int
+glusterfs_statfs (const char *path, struct statfs *buf);
/* FIXME: review the need for these apis */
/* added for log related initialization in booster fork implementation */
void