]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/rip_debug.h
Merge pull request #2761 from donaldsharp/rip_memory
[mirror_frr.git] / ripd / rip_debug.h
index 990ec908a837dae78d5d492530d92ffcc429bb87..c3b15d2e1524d2bf93a8fe66e52bc1385df73662 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 _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 */