diff options
Diffstat (limited to 'zebra/zebra_ns.h')
| -rw-r--r-- | zebra/zebra_ns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_ns.h b/zebra/zebra_ns.h index 8237de7dde..0519e1d5b3 100644 --- a/zebra/zebra_ns.h +++ b/zebra/zebra_ns.h @@ -69,7 +69,7 @@ struct zebra_ns { struct zebra_ns *zebra_ns_lookup(ns_id_t ns_id); -int zebra_ns_init(const char *optional_default_name); +int zebra_ns_init(void); int zebra_ns_enable(ns_id_t ns_id, void **info); int zebra_ns_disabled(struct ns *ns); int zebra_ns_early_shutdown(struct ns *ns, |
