From 3b16c2b55d9af6cb868ad57d024ad7667697aa61 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 24 Jun 2014 16:10:56 +0200 Subject: [PATCH] libvici: Add missing argument to Doxygen comment --- src/libcharon/plugins/vici/libvici.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libcharon/plugins/vici/libvici.h b/src/libcharon/plugins/vici/libvici.h index a2ad95891..58595d8cc 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 */