mirror of
https://github.com/nomoresat/DPITunnel-cli.git
synced 2025-04-16 10:47:44 +02:00
10 lines
188 B
C++
10 lines
188 B
C++
#ifndef NETIFACE_H
|
|
#define NETIFACE_H
|
|
|
|
void route_monitor_thread();
|
|
|
|
std::string get_current_iface_name();
|
|
|
|
std::string get_current_wifi_name(std::string iface_name);
|
|
|
|
#endif //NETIFACE_H
|