X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ospfd%2Fospf_vty.h;h=79aabe7b4ea4397b718b9e6240dbcba276ce779f;hb=c52e2ecf95a9be318912caacc0851d9307e679f7;hp=5eb6842be35cc876fbc59f7ae1ecc42fd4adeb3e;hpb=d38549c99dd39a6f5df0acd3efa48284d077ea66;p=mirror_frr.git diff --git a/ospfd/ospf_vty.h b/ospfd/ospf_vty.h index 5eb6842be..79aabe7b4 100644 --- a/ospfd/ospf_vty.h +++ b/ospfd/ospf_vty.h @@ -44,7 +44,7 @@ vty_out(vty, \ "%% You can't configure %s to backbone\n", \ NAME); \ - return CMD_WARNING; \ + return CMD_WARNING; \ } \ } @@ -53,6 +53,5 @@ extern void ospf_vty_init(void); extern void ospf_vty_show_init(void); extern void ospf_vty_clear_init(void); extern int str2area_id(const char *, struct in_addr *, int *); -extern void area_id2str(char *, int, struct in_addr *, int); #endif /* _QUAGGA_OSPF_VTY_H */