]> git.proxmox.com Git - mirror_frr.git/blame - babeld/babel_filter.h
*: Convert thread_cancelXXX to event_cancelXXX
[mirror_frr.git] / babeld / babel_filter.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: MIT
ca10883e
DS
2/*
3Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
ca10883e
DS
4*/
5
6#ifndef BABELD_BABEL_FILTER_H
7#define BABELD_BABEL_FILTER_H
8
9#include <zebra.h>
10#include "prefix.h"
11#include "babel_interface.h"
12
13int babel_filter(int output, const unsigned char *prefix, unsigned short plen,
14 unsigned int index);
15
16#endif /* BABELD_BABEL_FILTER_H */