#include #ifndef IF_FUNCTIONS_H #define IF_FUNCTIONS_H std::string getInterfaceIP(const std::string &interfaceName); int get_interface_index(const char *interface_name); #endif // IF_FUNCTIONS_H