]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_vty.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / eigrpd / eigrp_vty.h
index 56a40263fa6f92168642dc415b771ba883e0007c..3fbadf6dfbe200f1f12b080dae454702c47e5468 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with GNU Zebra; see the file COPYING.  If not, write to the Free
- * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; see the file COPYING; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _QUAGGA_EIGRP_VTY_H
 #define _QUAGGA_EIGRP_VTY_H
 
-
 /* Prototypes. */
-extern void eigrp_vty_init (void);
-extern void eigrp_vty_show_init (void);
-extern void eigrp_vty_if_init (void);
+extern void eigrp_vty_init(void);
+extern void eigrp_vty_show_init(void);
+extern void eigrp_vty_if_init(void);
 
 #endif /* _Quagga_EIGRP_VTY_H_ */