libvici: Add missing argument to Doxygen comment

This commit is contained in:
Tobias Brunner 2014-06-24 16:10:56 +02:00
parent cc7c4c3dbd
commit 3b16c2b55d
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@ int vici_parse_name_eq(vici_res_t *res, char *name);
* On error, errno is set to: * On error, errno is set to:
* - EINVAL if not in valid parser state * - EINVAL if not in valid parser state
* *
* @param res response message to parse
* @param len pointer receiving value length * @param len pointer receiving value length
* @return pointer to value, NULL on error * @return pointer to value, NULL on error
*/ */