]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_filter.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / eigrpd / eigrp_filter.h
index 01c776b17e4ce91067ddcb88a46a1c12817e7969..caec19b0fbee46e39746b271796a8f24e6f8ec4a 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 EIGRPD_EIGRP_FILTER_H_
 #define EIGRPD_EIGRP_FILTER_H_
 
-extern void eigrp_distribute_update (struct distribute *);
-extern void eigrp_distribute_update_interface (struct interface *);
-extern void eigrp_distribute_update_all (struct prefix_list *);
+extern void eigrp_distribute_update(struct distribute *);
+extern void eigrp_distribute_update_interface(struct interface *);
+extern void eigrp_distribute_update_all(struct prefix_list *);
 extern void eigrp_distribute_update_all_wrapper(struct access_list *);
-extern int eigrp_distribute_timer_process (struct thread *);
-extern int eigrp_distribute_timer_interface (struct thread *);
+extern int eigrp_distribute_timer_process(struct thread *);
+extern int eigrp_distribute_timer_interface(struct thread *);
 
 #endif /* EIGRPD_EIGRP_FILTER_H_ */