|
|
@@ -93,8 +93,6 @@ extern int totemip_compare(const void *a, const void *b);
|
|
|
extern int totemip_is_mcast(struct totem_ip_address *addr);
|
|
|
extern void totemip_copy(struct totem_ip_address *addr1,
|
|
|
const struct totem_ip_address *addr2);
|
|
|
-extern void totemip_copy_endian_convert(struct totem_ip_address *addr1,
|
|
|
- const struct totem_ip_address *addr2);
|
|
|
int totemip_localhost(int family, struct totem_ip_address *localhost);
|
|
|
extern int totemip_localhost_check(const struct totem_ip_address *addr);
|
|
|
extern const char *totemip_print(const struct totem_ip_address *addr);
|