diff options
Diffstat (limited to 'src/charon/plugins/resolv_conf/resolv_conf_plugin.h')
-rw-r--r-- | src/charon/plugins/resolv_conf/resolv_conf_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/resolv_conf/resolv_conf_plugin.h b/src/charon/plugins/resolv_conf/resolv_conf_plugin.h index f5943d9a3..7cbeab86c 100644 --- a/src/charon/plugins/resolv_conf/resolv_conf_plugin.h +++ b/src/charon/plugins/resolv_conf/resolv_conf_plugin.h @@ -32,7 +32,7 @@ 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 */ |