diff options
Diffstat (limited to 'src/lib/decoder/tun.h')
-rw-r--r-- | src/lib/decoder/tun.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/decoder/tun.h b/src/lib/decoder/tun.h new file mode 100644 index 0000000..a7868c4 --- /dev/null +++ b/src/lib/decoder/tun.h @@ -0,0 +1,4 @@ +// $Id: tun.h,v 1.1.1.1 2007-06-01 04:26:57 jl Exp $ + +int mktun(const char *, unsigned char *); +int write_interface(int, unsigned char *, unsigned int, unsigned char *); |