aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/debug.h
blob: 8f3e71813475462b939afcd493f54258153e8787 (plain) (blame)
1
2
3
4
5
6
7
#ifndef _GNTUN_DEBUG_H_
#define _GNTUN_DEBUG_H_

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

#endif