about summary refs log tree commit homepage
path: root/mnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'mnt.h')
-rw-r--r--mnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mnt.h b/mnt.h
index 6310fd9..ee82cd0 100644
--- a/mnt.h
+++ b/mnt.h
@@ -9,4 +9,4 @@ void mog_mnt_update_util(struct mog_iostat *);
 char *mog_mnt_fetch_util(dev_t st_dev, char dst[MOG_IOUTIL_LEN]);
 
 /* mnt_usable.c */
-bool mog_mnt_usable(const char *path);
+bool mog_mnt_usable(struct mount_entry *me);