add a forward declaration of struct mbuf.

needed due to some other change I made for ZFS.
This commit is contained in:
chs 2017-06-08 22:29:59 +00:00
parent 3c0c10dbe5
commit 8a74c90b10

View File

@ -1,4 +1,4 @@
/* $NetBSD: coda_vfsops.h,v 1.19 2014/12/13 15:59:30 hannken Exp $ */ /* $NetBSD: coda_vfsops.h,v 1.20 2017/06/08 22:29:59 chs Exp $ */
/* /*
* *
@ -44,6 +44,7 @@ struct cfid {
}; };
struct mount; struct mount;
struct mbuf;
int coda_vfsopstats_init(void); int coda_vfsopstats_init(void);
int coda_mount(struct mount *, const char *, void *, size_t *); int coda_mount(struct mount *, const char *, void *, size_t *);