#ifndef _GNTUN_DEBUG_H_ #define _GNTUN_DEBUG_H_ /* exits with status exit if != 0; */ extern void debug(int lvl, int exit, char* msg, ...); #endif