From 622360c41aa24d27c07a2118d4fcb80d4d8fa25c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20T=C3=B6lke?= Date: Tue, 20 Jul 2010 19:53:49 +0000 Subject: [PATCH] renamed files to fit into the convention --- src/vpn/Makefile.am | 2 +- src/vpn/gnunet-vpn-helper.c | 2 +- src/vpn/{tun.c => gnunet-vpn-tun.c} | 0 src/vpn/{tun.h => gnunet-vpn-tun.h} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename src/vpn/{tun.c => gnunet-vpn-tun.c} (100%) rename src/vpn/{tun.h => gnunet-vpn-tun.h} (100%) 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 = \ gnunet_vpn_helper_SOURCES = \ gnunet-vpn-helper.c \ gnunet-vpn-helper-p.h \ - tun.h tun.c + gnunet-vpn-tun.h gnunet-vpn-tun.c # debug.c debug.h \ # 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 @@ #include #include "gnunet-vpn-helper-p.h" -#include "tun.h" +#include "gnunet-vpn-tun.h" #ifndef _LINUX_IN6_H // This is in linux/include/net/ipv6.h. diff --git a/src/vpn/tun.c b/src/vpn/gnunet-vpn-tun.c similarity index 100% rename from src/vpn/tun.c rename to src/vpn/gnunet-vpn-tun.c diff --git a/src/vpn/tun.h b/src/vpn/gnunet-vpn-tun.h similarity index 100% rename from src/vpn/tun.h rename to src/vpn/gnunet-vpn-tun.h -- 2.25.1