diff options
author | hasso <hasso> | 2003-06-05 17:50:01 +0000 |
---|---|---|
committer | hasso <hasso> | 2003-06-05 17:50:01 +0000 |
commit | a8659bd7daff7b477f51efb3cd9e312e50dfe3a7 (patch) | |
tree | 6b4d522c979e983202007a78055943de342a3c15 /lib/if.h | |
parent | 6442ad7cde6f14450dd230254d1ad3dca31ab3aa (diff) | |
download | quagga-a8659bd7daff7b477f51efb3cd9e312e50dfe3a7.tar.bz2 quagga-a8659bd7daff7b477f51efb3cd9e312e50dfe3a7.tar.xz |
Patch from Cougar - sort iflist by name.
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 (void); +struct interface *if_create (char *name, int namelen); struct interface *if_lookup_by_index (unsigned int); struct interface *if_lookup_by_name (char *); struct interface *if_lookup_exact_address (struct in_addr); |