summaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h
index b6b580073..a56715d99 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -85,6 +85,8 @@ public:
unsigned int getAddress() const;
unsigned short getPort() const;
void setAddress(unsigned int address);
+ void setAddress(unsigned int a, unsigned int b,
+ unsigned int c, unsigned int d);
void setPort(unsigned short port);
void print(std::ostream *s) const;
void print() const;