aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/debug.h
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2010-06-28 12:37:36 +0000
committerPhilipp Tölke <toelke@in.tum.de>2010-06-28 12:37:36 +0000
commit09c43b4598f40f2bf3ebfe7593f9ed10502b3574 (patch)
treec0262ef13a33b9f8ae3e0e39d65a67b5610781ec /src/vpn/debug.h
parent9be3670e6dcfa44b52156506d59ec05028540bfe (diff)
downloadgnunet-09c43b4598f40f2bf3ebfe7593f9ed10502b3574.tar.gz
gnunet-09c43b4598f40f2bf3ebfe7593f9ed10502b3574.zip
parse ipv6-packets for the vpn-functionality
Diffstat (limited to 'src/vpn/debug.h')
-rw-r--r--src/vpn/debug.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vpn/debug.h b/src/vpn/debug.h
new file mode 100644
index 000000000..8f3e71813
--- /dev/null
+++ b/src/vpn/debug.h
@@ -0,0 +1,7 @@
1#ifndef _GNTUN_DEBUG_H_
2#define _GNTUN_DEBUG_H_
3
4/* exits with status exit if != 0; */
5extern void debug(int lvl, int exit, char* msg, ...);
6
7#endif