From dd99c391100e07540132182ab82eb75d7143e49b Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 13 Jan 2013 10:57:27 +0100 Subject: [PATCH] Moved sources --- auth.c => src/auth.c | 0 auth.h => src/auth.h | 0 common.h => src/common.h | 0 cookies.c => src/cookies.c | 0 cookies.h => src/cookies.h | 0 {http-parser => src/http-parser}/http_parser.c | 0 {http-parser => src/http-parser}/http_parser.h | 0 list.h => src/list.h | 0 main.c => src/main.c | 0 tlslib.c => src/tlslib.c | 0 tlslib.h => src/tlslib.h | 0 vpn.c => src/vpn.c | 0 vpn.h => src/vpn.h | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename auth.c => src/auth.c (100%) rename auth.h => src/auth.h (100%) rename common.h => src/common.h (100%) rename cookies.c => src/cookies.c (100%) rename cookies.h => src/cookies.h (100%) rename {http-parser => src/http-parser}/http_parser.c (100%) rename {http-parser => src/http-parser}/http_parser.h (100%) rename list.h => src/list.h (100%) rename main.c => src/main.c (100%) rename tlslib.c => src/tlslib.c (100%) rename tlslib.h => src/tlslib.h (100%) rename vpn.c => src/vpn.c (100%) rename vpn.h => src/vpn.h (100%) diff --git a/auth.c b/src/auth.c similarity index 100% rename from auth.c rename to src/auth.c diff --git a/auth.h b/src/auth.h similarity index 100% rename from auth.h rename to src/auth.h diff --git a/common.h b/src/common.h similarity index 100% rename from common.h rename to src/common.h diff --git a/cookies.c b/src/cookies.c similarity index 100% rename from cookies.c rename to src/cookies.c diff --git a/cookies.h b/src/cookies.h similarity index 100% rename from cookies.h rename to src/cookies.h diff --git a/http-parser/http_parser.c b/src/http-parser/http_parser.c similarity index 100% rename from http-parser/http_parser.c rename to src/http-parser/http_parser.c diff --git a/http-parser/http_parser.h b/src/http-parser/http_parser.h similarity index 100% rename from http-parser/http_parser.h rename to src/http-parser/http_parser.h diff --git a/list.h b/src/list.h similarity index 100% rename from list.h rename to src/list.h diff --git a/main.c b/src/main.c similarity index 100% rename from main.c rename to src/main.c diff --git a/tlslib.c b/src/tlslib.c similarity index 100% rename from tlslib.c rename to src/tlslib.c diff --git a/tlslib.h b/src/tlslib.h similarity index 100% rename from tlslib.h rename to src/tlslib.h diff --git a/vpn.c b/src/vpn.c similarity index 100% rename from vpn.c rename to src/vpn.c diff --git a/vpn.h b/src/vpn.h similarity index 100% rename from vpn.h rename to src/vpn.h