mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add missing forward declaration of struct image_params.
This commit is contained in:
parent
7f5f4b449d
commit
810ec0efbc
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
#define AUXARGS_ENTRY(pos, id, val) {suword(pos++, id); suword(pos++, val);}
|
||||
|
||||
struct image_params;
|
||||
struct thread;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue