mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Forward declare struct dsk to avoid warnings when building libi386.
Sponsored by: Netflix
This commit is contained in:
parent
868cb4f19e
commit
abc3c1089d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue