add a forward declaration of struct mbuf.
needed due to some other change I made for ZFS.
This commit is contained in:
parent
3c0c10dbe5
commit
8a74c90b10
@ -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 mbuf;
|
||||
|
||||
int coda_vfsopstats_init(void);
|
||||
int coda_mount(struct mount *, const char *, void *, size_t *);
|
||||
|
Loading…
Reference in New Issue
Block a user