From 93fb60d54ca7ce3efec1cc0b39fb0840d055ccd1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 27 Nov 1998 21:08:37 +0000 Subject: Fixed few misspellings and exported instance init as rip_init_instance(). --- proto/rip/rip.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/rip/rip.h') diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 1f87891..b87ca1a 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -81,3 +81,5 @@ struct rip_data { #define RIP_MAGIC 81861253 #define CHK_MAGIC do { if (P->magic != RIP_MAGIC) die( "Not enough magic\n" ); } while (0) + +void rip_init_instance(struct proto *p); -- cgit v1.2.3