aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/socket_raw/socket_raw_plugin.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-09-14 14:10:14 +0200
committerTobias Brunner <tobias@strongswan.org>2012-09-14 14:10:14 +0200
commit6d30954ae809fb10427f9d860f76d0a298cb4919 (patch)
treeb41893d318c509e775ff48dd82c5decfb9f477f7 /src/libcharon/plugins/socket_raw/socket_raw_plugin.h
parenta889cfe5e136ff9bd771ec03f87f2768be38baaf (diff)
downloadstrongswan-6d30954ae809fb10427f9d860f76d0a298cb4919.tar.bz2
strongswan-6d30954ae809fb10427f9d860f76d0a298cb4919.tar.xz
Removed the unneeded socket-raw plugin
Diffstat (limited to 'src/libcharon/plugins/socket_raw/socket_raw_plugin.h')
-rw-r--r--src/libcharon/plugins/socket_raw/socket_raw_plugin.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/libcharon/plugins/socket_raw/socket_raw_plugin.h b/src/libcharon/plugins/socket_raw/socket_raw_plugin.h
deleted file mode 100644
index a692b7594..000000000
--- a/src/libcharon/plugins/socket_raw/socket_raw_plugin.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- * for more details.
- */
-
-/**
- * @defgroup socket_raw socket_raw
- * @ingroup cplugins
- *
- * @defgroup socket_raw_plugin socket_raw_plugin
- * @{ @ingroup socket_raw
- */
-
-#ifndef SOCKET_RAW_PLUGIN_H_
-#define SOCKET_RAW_PLUGIN_H_
-
-#include <plugins/plugin.h>
-
-typedef struct socket_raw_plugin_t socket_raw_plugin_t;
-
-/**
- * RAW socket implementation plugin.
- */
-struct socket_raw_plugin_t {
-
- /**
- * implements plugin interface
- */
- plugin_t plugin;
-};
-
-#endif /** SOCKET_RAW_PLUGIN_H_ @}*/