Forward declare struct dsk to avoid warnings when building libi386.
Sponsored by: Netflix
This commit is contained in:
parent
868cb4f19e
commit
abc3c1089d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user