From: Tobias Brunner Date: Tue, 24 Jun 2014 14:10:56 +0000 (+0200) Subject: libvici: Add missing argument to Doxygen comment X-Git-Tag: 5.2.0~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b16c2b55d9af6cb868ad57d024ad7667697aa61;p=thirdparty%2Fstrongswan.git libvici: Add missing argument to Doxygen comment --- diff --git a/src/libcharon/plugins/vici/libvici.h b/src/libcharon/plugins/vici/libvici.h index a2ad958915..58595d8ccd 100644 --- a/src/libcharon/plugins/vici/libvici.h +++ b/src/libcharon/plugins/vici/libvici.h @@ -333,6 +333,7 @@ int vici_parse_name_eq(vici_res_t *res, char *name); * On error, errno is set to: * - EINVAL if not in valid parser state * + * @param res response message to parse * @param len pointer receiving value length * @return pointer to value, NULL on error */