diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2011-11-06 05:20:27 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2011-11-06 05:20:27 +0000 |
| commit | 707d20580878a71824354018a7798d9e51e5363c (patch) | |
| tree | cce61bf7051ee994f1ab3fa54f5ba9d19c731cd7 /sys/netgraph/netgraph.h | |
| parent | c835bd16a8283ec0f6407bba700e880b07cffeb4 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/netgraph.h')
| -rw-r--r-- | sys/netgraph/netgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h index 09ee09e22f6b..d649c6c7154d 100644 --- a/sys/netgraph/netgraph.h +++ b/sys/netgraph/netgraph.h @@ -1135,7 +1135,7 @@ SYSCTL_DECL(_net_graph); */ int ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr); int ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr); -int ng_address_path(node_p here, item_p item, char *address, ng_ID_t raddr); +int ng_address_path(node_p here, item_p item, const char *address, ng_ID_t raddr); int ng_bypass(hook_p hook1, hook_p hook2); hook_p ng_findhook(node_p node, const char *name); struct ng_type *ng_findtype(const char *type); |
