mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Build fix for gcc.
This commit is contained in:
parent
ae58a2dcda
commit
e34045b307
@ -22,8 +22,8 @@ public:
|
||||
void GetClientSockaddr(sockaddr_storage *address);
|
||||
void GetPeerSockaddr(sockaddr_storage *address);
|
||||
|
||||
string TCPSocket::GetClientAddress(void);
|
||||
string TCPSocket::GetPeerAddress(void);
|
||||
string GetClientAddress(void);
|
||||
string GetPeerAddress(void);
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user