summaryrefslogtreecommitdiff
path: root/sys/netgraph/netgraph.h
diff options
context:
space:
mode:
authorMarko Zec <zec@FreeBSD.org>2009-04-26 07:14:50 +0000
committerMarko Zec <zec@FreeBSD.org>2009-04-26 07:14:50 +0000
commitaef8f3445bb7340879c958a63c249f1bfc4a1c5c (patch)
treea1175fbb0223247a55badf8c425bc6113277d52f /sys/netgraph/netgraph.h
parentc13b951ef9bf0b39717a911643b41997e0f0bb57 (diff)
Notes
Diffstat (limited to 'sys/netgraph/netgraph.h')
-rw-r--r--sys/netgraph/netgraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h
index 859af71046a1..e36234f51d9a 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -1123,6 +1123,7 @@ hook_p ng_findhook(node_p node, const char *name);
struct ng_type *ng_findtype(const char *type);
int ng_make_node_common(struct ng_type *typep, node_p *nodep);
int ng_name_node(node_p node, const char *name);
+node_p ng_name2noderef(node_p node, const char *name);
int ng_newtype(struct ng_type *tp);
ng_ID_t ng_node2ID(node_p node);
item_p ng_package_data(struct mbuf *m, int flags);