From 592c8148981d196a7bda2f1b85a63943fd0cfdf2 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 6 Jun 2003 23:24:55 +0000 Subject: 2003-06-07 Paul Jakma * Revert Cougar's sort interface names patch, causes problems with enabling of interfaces for OSPF in ospfd. --- lib/if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/if.h') diff --git a/lib/if.h b/lib/if.h index c6469ea6..9ffe74cf 100644 --- a/lib/if.h +++ b/lib/if.h @@ -181,7 +181,7 @@ struct connected /* Prototypes. */ struct interface *if_new (void); -struct interface *if_create (char *name, int namelen); +struct interface *if_create (void); struct interface *if_lookup_by_index (unsigned int); struct interface *if_lookup_by_name (char *); struct interface *if_lookup_exact_address (struct in_addr); -- cgit v1.2.1