mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Declare a function to silence a warning.
This commit is contained in:
parent
81a4ef8131
commit
2cafef3ea4
1 changed files with 2 additions and 0 deletions
|
|
@ -209,6 +209,8 @@ static struct ng_type ng_source_typestruct = {
|
|||
};
|
||||
NETGRAPH_INIT(source, &ng_source_typestruct);
|
||||
|
||||
static int ng_source_set_autosrc(sc_p, u_int32_t);
|
||||
|
||||
/*
|
||||
* Node constructor
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue