diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2004-01-26 14:48:21 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2004-01-26 14:48:21 +0000 |
| commit | 2cafef3ea4e618ca4702c943f044d86e210aad72 (patch) | |
| tree | 100da1b647e6fe5f2fe7dbaedaff938b51e54562 /sys/netgraph/ng_source.c | |
| parent | 81a4ef8131b31a29917c6c3e4603830de848a24d (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/ng_source.c')
| -rw-r--r-- | sys/netgraph/ng_source.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netgraph/ng_source.c b/sys/netgraph/ng_source.c index 744b7c193892..152699369fed 100644 --- a/sys/netgraph/ng_source.c +++ b/sys/netgraph/ng_source.c @@ -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 */ |
