about summary refs log tree commit homepage
path: root/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs.h')
-rw-r--r--fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs.h b/fs.h
index 19d3961..63e16e8 100644
--- a/fs.h
+++ b/fs.h
@@ -45,3 +45,5 @@ int mog_open_read(struct mog_svc *svc, const char *path);
 #ifdef O_CLOEXEC
 void mog_cloexec_works(void);
 #endif
+
+int mog_statvfs(struct mog_svc *, struct mog_dev *, struct statvfs *);