1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

fsutil: forward declare struct fstab

Fix the build by forward declaring struct fstab.

Sponsored by:		Netflix

(cherry picked from commit 7090cba410)
This commit is contained in:
Warner Losh 2021-12-15 19:38:28 -07:00 committed by Kirk McKusick
parent fe7121ec5b
commit 1cd848a314

View File

@ -28,6 +28,7 @@
* $FreeBSD$
*/
struct fstab;
int checkfstab(int, int (*)(struct fstab *),
int (*) (const char *, const char *, const char *, const char *, pid_t *));
int getfsopt(struct fstab *, const char *);