diff options
author | Christian Pointner <equinox@anytun.org> | 2008-12-27 01:49:58 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-12-27 01:49:58 +0000 |
commit | c2e1328f29f4c81459692eec48edadaa473e642a (patch) | |
tree | c31e308bfcfaa9cb032d8ae7757806ee9dc9dda1 /src/uanytun.c | |
parent | initial checkin (diff) |
added empty tun.c and h
Diffstat (limited to 'src/uanytun.c')
-rw-r--r-- | src/uanytun.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uanytun.c b/src/uanytun.c index 76aca3e..162ad5d 100644 --- a/src/uanytun.c +++ b/src/uanytun.c @@ -39,6 +39,8 @@ #include "daemon.h" #include "signal.h" +#include "tun.h" + int main(int argc, char* argv[]) { log_init("uanytun", DAEMON); |