1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Fix invalid private method name on PacketSender

This commit is contained in:
Matias Fontanini
2016-02-04 20:27:51 -08:00
parent 72e038b9bf
commit 602ead5de5
2 changed files with 4 additions and 4 deletions

View File

@@ -387,7 +387,7 @@ private:
int timeval_subtract (struct timeval* result, struct timeval* x, struct timeval* y);
#ifndef _WIN32
bool ether_socket_initialized(const NetworkInterface& iface = NetworkInterface()) const;
int getether_socket_(const NetworkInterface& iface = NetworkInterface());
int get_ether_socket(const NetworkInterface& iface = NetworkInterface());
#endif
template<typename T>
void send(PDU& pdu, const NetworkInterface& iface) {