diff options
Diffstat (limited to 'src/charon/plugins/resolv_conf/resolv_conf_handler.h')
-rw-r--r-- | src/charon/plugins/resolv_conf/resolv_conf_handler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/plugins/resolv_conf/resolv_conf_handler.h b/src/charon/plugins/resolv_conf/resolv_conf_handler.h index 2635bb802..5aa17cada 100644 --- a/src/charon/plugins/resolv_conf/resolv_conf_handler.h +++ b/src/charon/plugins/resolv_conf/resolv_conf_handler.h @@ -29,12 +29,12 @@ typedef struct resolv_conf_handler_t resolv_conf_handler_t; * Handle DNS configuration attributes by mangling a resolv.conf file. */ struct resolv_conf_handler_t { - + /** * Implements the attribute_handler_t interface */ attribute_handler_t handler; - + /** * Destroy a resolv_conf_handler_t. */ |