Forward declare struct dsk to avoid warnings when building libi386.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-08-26 18:30:08 +00:00
parent 868cb4f19e
commit abc3c1089d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=322937

View File

@ -48,6 +48,8 @@
extern void pwgets(char *buf, int n, int hide);
struct dsk;
void geli_init(void);
int geli_taste(int read_func(void *vdev, void *priv, off_t off,
void *buf, size_t bytes), struct dsk *dsk, daddr_t lastsector);