Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Net.h
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-06-22 22:01:27 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-06-22 22:01:44 +0400
commit3976433cc7758726b29313b9fa0996551b2480ec (patch)
tree0ee35b87a219d5feff1304b4913de9f9bd881e64 /src/Net.h
parent9b226cafaa5411abb447bd1db44ba2cbb71be338 (diff)
Multibind for nix
Diffstat (limited to 'src/Net.h')
-rw-r--r--src/Net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Net.h b/src/Net.h
index be1351fdf..ecb991480 100644
--- a/src/Net.h
+++ b/src/Net.h
@@ -46,6 +46,7 @@ struct HostAddress {
HostAddress(const std::string &);
HostAddress(const QHostAddress &);
HostAddress(const QByteArray &);
+ HostAddress(const struct sockaddr_storage &);
bool isV6() const;
bool isValid() const;