aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2010-07-20 19:53:49 +0000
committerPhilipp Tölke <toelke@in.tum.de>2010-07-20 19:53:49 +0000
commit622360c41aa24d27c07a2118d4fcb80d4d8fa25c (patch)
tree2860a324640db1b9835b9b317eebad542837c744 /src/vpn
parent588e30f786318fc9df2ce6655e2e75b49d861b87 (diff)
downloadgnunet-622360c41aa24d27c07a2118d4fcb80d4d8fa25c.tar.gz
gnunet-622360c41aa24d27c07a2118d4fcb80d4d8fa25c.zip
renamed files to fit into the convention
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/Makefile.am2
-rw-r--r--src/vpn/gnunet-vpn-helper.c2
-rw-r--r--src/vpn/gnunet-vpn-tun.c (renamed from src/vpn/tun.c)0
-rw-r--r--src/vpn/gnunet-vpn-tun.h (renamed from src/vpn/tun.h)0
4 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index a30ff7e6e..afb6a7ba9 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -25,7 +25,7 @@ bin_PROGRAMS = \
25gnunet_vpn_helper_SOURCES = \ 25gnunet_vpn_helper_SOURCES = \
26 gnunet-vpn-helper.c \ 26 gnunet-vpn-helper.c \
27 gnunet-vpn-helper-p.h \ 27 gnunet-vpn-helper-p.h \
28 tun.h tun.c 28 gnunet-vpn-tun.h gnunet-vpn-tun.c
29 29
30# debug.c debug.h \ 30# debug.c debug.h \
31# packet.h packet.c \ 31# packet.h packet.c \
diff --git a/src/vpn/gnunet-vpn-helper.c b/src/vpn/gnunet-vpn-helper.c
index 0cb5937a4..92af307dd 100644
--- a/src/vpn/gnunet-vpn-helper.c
+++ b/src/vpn/gnunet-vpn-helper.c
@@ -41,7 +41,7 @@
41#include <unistd.h> 41#include <unistd.h>
42 42
43#include "gnunet-vpn-helper-p.h" 43#include "gnunet-vpn-helper-p.h"
44#include "tun.h" 44#include "gnunet-vpn-tun.h"
45 45
46#ifndef _LINUX_IN6_H 46#ifndef _LINUX_IN6_H
47// This is in linux/include/net/ipv6.h. 47// This is in linux/include/net/ipv6.h.
diff --git a/src/vpn/tun.c b/src/vpn/gnunet-vpn-tun.c
index e3854495f..e3854495f 100644
--- a/src/vpn/tun.c
+++ b/src/vpn/gnunet-vpn-tun.c
diff --git a/src/vpn/tun.h b/src/vpn/gnunet-vpn-tun.h
index 3ba61771a..3ba61771a 100644
--- a/src/vpn/tun.h
+++ b/src/vpn/gnunet-vpn-tun.h