mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
parseList: removed unused value parameter
This commit is contained in:
parent
6dbea6a69b
commit
5f4e56a5e1
6 changed files with 8 additions and 8 deletions
|
@ -416,8 +416,7 @@ psycParseRC psyc_parse (psycParseState *state, char *oper,
|
|||
* @param value Contains the list to be parsed.
|
||||
* @param elem It will point to the next element in the list.
|
||||
*/
|
||||
psycParseListRC psyc_parseList (psycParseListState *state, psycString *value,
|
||||
psycString *elem);
|
||||
psycParseListRC psyc_parseList (psycParseListState *state, psycString *elem);
|
||||
|
||||
/** @} */ // end of parse group
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue