diff options
author | paul <paul> | 2003-06-06 23:24:55 +0000 |
---|---|---|
committer | paul <paul> | 2003-06-06 23:24:55 +0000 |
commit | 31bbdb34f154026df9e4d07c0b441ddc8eff0cce (patch) | |
tree | c1485a4b0bb67c4933dff56c0435934e511e52d2 /lib/if.h | |
parent | f6c19f9f4dbb31c3c0ff89165bb57cc60a68f708 (diff) | |
download | quagga-31bbdb34f154026df9e4d07c0b441ddc8eff0cce.tar.bz2 quagga-31bbdb34f154026df9e4d07c0b441ddc8eff0cce.tar.xz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |