fsutil: forward declare struct fstab

Fix the build by forward declaring struct fstab.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2021-12-15 19:38:28 -07:00
parent 7821ef4487
commit 7090cba410

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 *);