X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ripd%2Frip_debug.h;h=c3b15d2e1524d2bf93a8fe66e52bc1385df73662;hb=a4bacbcfa536f2653e919440babe2da0bc264861;hp=990ec908a837dae78d5d492530d92ffcc429bb87;hpb=8ced4e82e6f417b13f4bfc09018fc51fd31058e2;p=mirror_frr.git diff --git a/ripd/rip_debug.h b/ripd/rip_debug.h index 990ec908a..c3b15d2e1 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,7 @@ 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); +extern void rip_debug_reset(void); #endif /* _ZEBRA_RIP_DEBUG_H */