summaryrefslogtreecommitdiff
path: root/src/shared/socket-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-08-12 14:54:32 +0200
committerLennart Poettering <lennart@poettering.net>2014-08-12 14:54:32 +0200
commitf01e5736f1555eec9183e48448fa3454f265b73e (patch)
treec9ce2d138c46c0b51f5cff4e7af884d051c4664c /src/shared/socket-util.h
parentc0c743cb3df7197b51bb89cc3c8ca7ed16d06396 (diff)
timesyncd: move the generic sockaddr_equal() call to socket-util.h
Diffstat (limited to 'src/shared/socket-util.h')
-rw-r--r--src/shared/socket-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/socket-util.h b/src/shared/socket-util.h
index 9883ab0328..0b4998d044 100644
--- a/src/shared/socket-util.h
+++ b/src/shared/socket-util.h
@@ -109,3 +109,5 @@ SocketAddressBindIPv6Only socket_address_bind_ipv6_only_from_string(const char *
int netlink_family_to_string_alloc(int b, char **s);
int netlink_family_from_string(const char *s) _pure_;
+
+bool sockaddr_equal(const union sockaddr_union *a, const union sockaddr_union *b);