diff options
author | paul <paul> | 2005-06-28 19:17:12 +0200 |
---|---|---|
committer | paul <paul> | 2005-06-28 19:17:12 +0200 |
commit | a1ac18c4d5b4f8f4f279efb2ae12b46258f22282 (patch) | |
tree | e37732ef4b00ae98d1be693e721b01cc2566ba39 /zebra/zserv.c | |
parent | 2005-06-28 Paul Jakma <paul.jakma@sun.com> (diff) | |
download | frr-a1ac18c4d5b4f8f4f279efb2ae12b46258f22282.tar.xz frr-a1ac18c4d5b4f8f4f279efb2ae12b46258f22282.zip |
2005-06-28 Paul Jakma <paul.jakma@sun.com>
* (global) Extern and static'ification, with related fixups
of declarations, ensuring files include their own headers, etc.
if_ioctl.c: (interface_info_ioctl) fix obvious arg mis-order in
list loop
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 17e7888d1..f08f7ce8f 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 (); |