chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rationalize playrtp multicast support
[disorder]
/
lib
/
addr.h
diff --git
a/lib/addr.h
b/lib/addr.h
index 9ce2720288545384b5fd3f7fbe3f86dc5165efcd..fb1dd7f53f63edd90360b8361e744ee220a20f18 100644
(file)
--- a/
lib/addr.h
+++ b/
lib/addr.h
@@
-28,6
+28,9
@@
struct addrinfo *get_address(const struct stringlist *a,
int addrinfocmp(const struct addrinfo *a,
const struct addrinfo *b);
int addrinfocmp(const struct addrinfo *a,
const struct addrinfo *b);
+int multicast(const struct sockaddr *sa);
+char *format_sockaddr(const struct sockaddr *sa);
+
#endif /* ADDR_H */
/*
#endif /* ADDR_H */
/*