]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_vty.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / eigrpd / eigrp_vty.h
index 56a40263fa6f92168642dc415b771ba883e0007c..fa07a785d0c849b6722139fee47578cee3c156d2 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * EIGRP VTY Interface.
  * Copyright (C) 2013-2016
  *   Tomas Hvorkovy
  *   Martin Kontsek
  *   Lukas Koribsky
- *
- * This file is part of GNU Zebra.
- *
- * GNU Zebra is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2, or (at your option) any
- * later version.
- *
- * GNU Zebra is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * 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.
  */
 
 #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);
 
 #endif /* _Quagga_EIGRP_VTY_H_ */