summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
authorpaul <paul>2003-06-06 23:24:55 +0000
committerpaul <paul>2003-06-06 23:24:55 +0000
commit592c8148981d196a7bda2f1b85a63943fd0cfdf2 (patch)
tree273fd4151921ffbb91cc42535083ff7e1bf04bdb /lib/if.h
parentbf9392c6e932080156e70c0436977fd5dbcdb0cd (diff)
2003-06-07 Paul Jakma <paul@dishone.st>
* Revert Cougar's sort interface names patch, causes problems with enabling of interfaces for OSPF in ospfd.
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h2
1 files changed, 1 insertions, 1 deletions
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);