diff options
Diffstat (limited to 'zebra/zserv.c')
-rw-r--r-- | zebra/zserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c index 17e7888d..f08f7ce8 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -1729,7 +1729,7 @@ struct cmd_node forwarding_node = /* Initialisation of zebra and installation of commands. */ void -zebra_init () +zebra_init (void) { /* Client list init. */ zebrad.client_list = list_new (); |