aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/vpn.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-07 19:00:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-07 19:00:55 +0000
commit4c6f5a7ae36bbed02ecd1ae78ecff44e93c0970b (patch)
treef715e8ea14fdc5b98033db81e91c2b0d03e1c03b /src/vpn/vpn.h
parentffc10c1b249e2cc774ec7bcbf9d5366a36179a22 (diff)
downloadgnunet-4c6f5a7ae36bbed02ecd1ae78ecff44e93c0970b.tar.gz
gnunet-4c6f5a7ae36bbed02ecd1ae78ecff44e93c0970b.zip
-vpn api skeleton
Diffstat (limited to 'src/vpn/vpn.h')
-rw-r--r--src/vpn/vpn.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/vpn/vpn.h b/src/vpn/vpn.h
new file mode 100644
index 000000000..da7fa6eb8
--- /dev/null
+++ b/src/vpn/vpn.h
@@ -0,0 +1,35 @@
1/*
2 This file is part of GNUnet.
3 (C) 2012 Christian Grothoff
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19*/
20
21/**
22 * @file vpn/vpn.h
23 * @brief IPC messages between VPN library and VPN service
24 * @author Christian Grothoff
25 */
26#ifndef VPN_H
27#define VPN_H
28
29#include "gnunet_util_lib.h"
30
31
32
33
34
35#endif