X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ripd%2Frip_debug.h;h=3d819ccd0ba325ae5fa0d458f2df026e5def3f64;hb=900e2d42cfea6c2b21d9c737098a94799a5d96f1;hp=990ec908a837dae78d5d492530d92ffcc429bb87;hpb=d1de1c25962b5470f3825bc82d15e4dd29e1f842;p=mirror_frr.git diff --git a/ripd/rip_debug.h b/ripd/rip_debug.h index 990ec908a..3d819ccd0 100644 --- a/ripd/rip_debug.h +++ b/ripd/rip_debug.h @@ -13,10 +13,9 @@ * 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 _ZEBRA_RIP_DEBUG_H @@ -47,7 +46,6 @@ extern unsigned long rip_debug_event; extern unsigned long rip_debug_packet; extern unsigned long rip_debug_zebra; -extern void rip_debug_init (void); -extern void rip_debug_reset (void); +extern void rip_debug_init(void); #endif /* _ZEBRA_RIP_DEBUG_H */