commit | a939514c59fe1a56a820e82bc59d82c721076c03 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Jun 05 17:50:01 2003 +0000 |
committer | hasso <hasso> | Thu Jun 05 17:50:01 2003 +0000 |
tree | 85a2d3d1d3e0a4f35d0865778c7522b8569b40f8 | |
parent | 41908818b8f446befc3654fa5bbc98c6c0af92a3 [diff] [blame] |
Patch from Cougar - sort iflist by name.
diff --git a/lib/if.h b/lib/if.h index 9ffe74c..c6469ea 100644 --- a/lib/if.h +++ b/lib/if.h
@@ -181,7 +181,7 @@ /* 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);