1 #ifndef __MLVPN_TOOL
2 #define __MLVPN_TOOL
3 
4 #include "includes.h"
5 
6 int mystr_eq(const char *s1, const char *s2);
7 
8 #endif
9