diff options
Diffstat (limited to 'src/libstrongswan/plugins/unbound/unbound_response.h')
-rw-r--r-- | src/libstrongswan/plugins/unbound/unbound_response.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstrongswan/plugins/unbound/unbound_response.h b/src/libstrongswan/plugins/unbound/unbound_response.h index d63ead08b..c82f39d45 100644 --- a/src/libstrongswan/plugins/unbound/unbound_response.h +++ b/src/libstrongswan/plugins/unbound/unbound_response.h @@ -41,11 +41,11 @@ struct unbound_response_t { /** * Create an unbound_response instance from a response of the unbound library. * - * @param a response of the unbound library - * @return an unbound_response conforming to the resolver_response - * interface, or NULL on failure + * @param response a response of the unbound library + * @return an unbound_response conforming to the resolver_response + * interface, or NULL on failure */ unbound_response_t *unbound_response_create_frm_libub_response( - struct ub_result *libub_response); + struct ub_result *response); #endif /** UNBOUND_RESPONSE_H_ @}*/ |