summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-03-06 18:18:37 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-03-06 18:18:37 +0000
commit478ccfd61bd61fd6925c84811c2c0e893a38a38b (patch)
tree0babd52f1f13b4de28d29836f5e4f3f0cdc4802b /lib/if.h
parent3e0c78ef8a8fb80f52a36dab99d76a5913281e4c (diff)
[lib] export show_address_cmd debug command in if.h
2006-03-06 Paul Jakma <paul.jakma@sun.com> * if.h: export show_address_cmd, for anyone who wishes to use it.
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/if.h b/lib/if.h
index e6299060..20df7ef1 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -288,5 +288,6 @@ extern struct cmd_element interface_cmd;
extern struct cmd_element no_interface_cmd;
extern struct cmd_element interface_pseudo_cmd;
extern struct cmd_element no_interface_pseudo_cmd;
+extern struct cmd_element show_address_cmd;
#endif /* _ZEBRA_IF_H */