fsutil: forward declare struct fstab
Fix the build by forward declaring struct fstab. Sponsored by: Netflix
This commit is contained in:
parent
7821ef4487
commit
7090cba410
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user