]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_vty.h
Merge pull request #3502 from donaldsharp/socket_to_me_baby
[mirror_frr.git] / ospfd / ospf_vty.h
index 5eb6842be35cc876fbc59f7ae1ecc42fd4adeb3e..79aabe7b4ea4397b718b9e6240dbcba276ce779f 100644 (file)
@@ -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 */