summaryrefslogtreecommitdiffstats
path: root/mount/fstab.h
diff options
context:
space:
mode:
Diffstat (limited to 'mount/fstab.h')
-rw-r--r--mount/fstab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mount/fstab.h b/mount/fstab.h
index acd8f6271..65bf5dba6 100644
--- a/mount/fstab.h
+++ b/mount/fstab.h
@@ -28,6 +28,7 @@ struct mntentchn *getmntfilesbackward (const char *file, struct mntentchn *mc);
struct mntentchn *fstab_head (void);
struct mntentchn *getfsfile (const char *file);
struct mntentchn *getfsspec (const char *spec);
+struct mntentchn *getfsspecfile (const char *spec, const char *file);
struct mntentchn *getfsuuidspec (const char *uuid);
struct mntentchn *getfsvolspec (const char *label);