Forward declare struct dsk to avoid warnings when building libi386.
Sponsored by: Netflix
This commit is contained in:
parent
908ece6472
commit
cb0beb9e23
@ -48,6 +48,8 @@
|
|||||||
|
|
||||||
extern void pwgets(char *buf, int n, int hide);
|
extern void pwgets(char *buf, int n, int hide);
|
||||||
|
|
||||||
|
struct dsk;
|
||||||
|
|
||||||
void geli_init(void);
|
void geli_init(void);
|
||||||
int geli_taste(int read_func(void *vdev, void *priv, off_t off,
|
int geli_taste(int read_func(void *vdev, void *priv, off_t off,
|
||||||
void *buf, size_t bytes), struct dsk *dsk, daddr_t lastsector);
|
void *buf, size_t bytes), struct dsk *dsk, daddr_t lastsector);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user