diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-09-20 21:59:36 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-09-20 21:59:36 +0200 |
commit | 399ce164adf273297c37ba6aefebd9c9fbe49204 (patch) | |
tree | 94c8e26b1a8ff4563b96b838a5c113d309ad1989 /src/charon/plugins/resolve/resolv_conf_plugin.h | |
parent | af784261f519cd8c372835ff4279743672487387 (diff) | |
download | strongswan-399ce164adf273297c37ba6aefebd9c9fbe49204.tar.bz2 strongswan-399ce164adf273297c37ba6aefebd9c9fbe49204.tar.xz |
delete resolv_conf_* files
Diffstat (limited to 'src/charon/plugins/resolve/resolv_conf_plugin.h')
-rw-r--r-- | src/charon/plugins/resolve/resolv_conf_plugin.h | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/src/charon/plugins/resolve/resolv_conf_plugin.h b/src/charon/plugins/resolve/resolv_conf_plugin.h deleted file mode 100644 index 7cbeab86c..000000000 --- a/src/charon/plugins/resolve/resolv_conf_plugin.h +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright (C) 2009 Martin Willi - * Hochschule fuer Technik Rapperswil - * - * 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 resolv_conf resolv_conf - * @ingroup cplugins - * - * @defgroup resolv_conf_plugin resolv_conf_plugin - * @{ @ingroup resolv_conf - */ - -#ifndef RESOLV_CONF_PLUGIN_H_ -#define RESOLV_CONF_PLUGIN_H_ - -#include <plugins/plugin.h> - -typedef struct resolv_conf_plugin_t resolv_conf_plugin_t; - -/** - * Plugin that writes received DNS servers in a resolv.conf file. - */ -struct resolv_conf_plugin_t { - - /** - * implements plugin interface - */ - plugin_t plugin; -}; - -/** - * Create a resolv_conf_plugin instance. - */ -plugin_t *plugin_create(); - -#endif /** RESOLV_CONF_PLUGIN_H_ @}*/ |