mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Argh. Forward declare some structs rather than increase include file
dependencies.
This commit is contained in:
parent
862e960f61
commit
06f544b2d6
1 changed files with 2 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ struct ypall_callback {
|
|||
};
|
||||
|
||||
struct dom_binding;
|
||||
struct ypmaplist;
|
||||
struct ypall_callback;
|
||||
|
||||
__BEGIN_DECLS
|
||||
int yp_bind(char *dom);
|
||||
|
|
|
|||
Loading…
Reference in a new issue