diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-06-24 16:10:56 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-06-30 13:16:16 +0200 |
commit | 3b16c2b55d9af6cb868ad57d024ad7667697aa61 (patch) | |
tree | 121ae4514a2cdf3436f5d6312e923992a84499e3 | |
parent | cc7c4c3dbd5962bc44526c2664ef640fd29e43a9 (diff) | |
download | strongswan-3b16c2b55d9af6cb868ad57d024ad7667697aa61.tar.bz2 strongswan-3b16c2b55d9af6cb868ad57d024ad7667697aa61.tar.xz |
libvici: Add missing argument to Doxygen comment
-rw-r--r-- | src/libcharon/plugins/vici/libvici.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |