summaryrefslogtreecommitdiff
path: root/include/fstab.h
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-07 12:55:00 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-07 12:55:00 +0000
commit134dbc4c322f5b22e4f123076456231ac0f17405 (patch)
treef0f3737571d3ceb5573b076eebbe87546958dfd0 /include/fstab.h
parent947193d93f6e5d71bfa4138f9b8a03c39d91df36 (diff)
Notes
Diffstat (limited to 'include/fstab.h')
-rw-r--r--include/fstab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fstab.h b/include/fstab.h
index a269d420a3a8..cae9172aed8c 100644
--- a/include/fstab.h
+++ b/include/fstab.h
@@ -75,6 +75,8 @@ struct fstab *getfsspec(const char *);
struct fstab *getfsfile(const char *);
int setfsent(void);
void endfsent(void);
+void setfstab(const char *);
+const char *getfstab(void);
__END_DECLS
#endif /* !_FSTAB_H_ */