start the helper from the daemon, end it correctly
[oweals/gnunet.git] / src / vpn / debug.h
1 #ifndef _GNTUN_DEBUG_H_
2 #define _GNTUN_DEBUG_H_
3
4 /* exits with status exit if != 0; */
5 extern void debug(int lvl, int exit, char* msg, ...);
6
7 #endif