]> git.proxmox.com Git - mirror_corosync.git/commitdiff
totemip: Really remove totemip_copy_endian_convert
authorJan Friesse <jfriesse@redhat.com>
Mon, 17 Feb 2020 16:54:09 +0000 (17:54 +0100)
committerJan Friesse <jfriesse@redhat.com>
Mon, 17 Feb 2020 16:54:23 +0000 (17:54 +0100)
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
include/corosync/totem/totemip.h

index e72fc7e53680969a1e8796b088addc866f2bb7ec..61e3fc106b138ac71983252133d607c8ff5e9827 100644 (file)
@@ -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);