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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user