summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_source.c
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-01-26 14:48:21 +0000
committerharti <harti@FreeBSD.org>2004-01-26 14:48:21 +0000
commitd5c05636524ffc69bfc603fcb5583dc06eddb99b (patch)
tree100da1b647e6fe5f2fe7dbaedaff938b51e54562 /sys/netgraph/ng_source.c
parent08907392794ac599412d77613cdc3dcd309f1df5 (diff)
downloadFreeBSD-src-d5c05636524ffc69bfc603fcb5583dc06eddb99b.zip
FreeBSD-src-d5c05636524ffc69bfc603fcb5583dc06eddb99b.tar.gz
Declare a function to silence a warning.
Diffstat (limited to 'sys/netgraph/ng_source.c')
-rw-r--r--sys/netgraph/ng_source.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netgraph/ng_source.c b/sys/netgraph/ng_source.c
index 744b7c1..1526993 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
*/
OpenPOWER on IntegriCloud