#ifndef __TUNNEL_UTILS_H__ #define __TUNNEL_UTILS_H__ #include bool strequal(const char *a, const char *b); #endif