chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge config aliasing bug fix.
[disorder]
/
lib
/
addr.h
diff --git
a/lib/addr.h
b/lib/addr.h
index fb7006817c5d690e2ef4f629ccdfbe4b4bdfd2c8..90c165eadf242c46223db49a14ed8fa646d3f5e0 100644
(file)
--- a/
lib/addr.h
+++ b/
lib/addr.h
@@
-47,6
+47,8
@@
struct addrinfo *get_address(const struct stringlist *a,
int addrinfocmp(const struct addrinfo *a,
const struct addrinfo *b);
+int sockaddrcmp(const struct sockaddr *a,
+ const struct sockaddr *b);
int multicast(const struct sockaddr *sa);
char *format_sockaddr(const struct sockaddr *sa);