mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
+
This commit is contained in:
parent
421e201759
commit
7870dfceea
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @defgroup PSYC Parsing Functions
|
||||
* @defgroup parse Parsing Functions
|
||||
*
|
||||
* This module contains packet and list parsing functions.
|
||||
* The parser adheres to the definition of a packet found at
|
||||
|
@ -410,7 +410,7 @@ psycParseRC psyc_parse (psycParseState *state, char *oper,
|
|||
psycParseListRC psyc_parseList (psycParseListState *state, psycString *name,
|
||||
psycString *value, psycString *elem);
|
||||
|
||||
/** @} */ // end of parser group
|
||||
/** @} */ // end of parse group
|
||||
|
||||
#define PSYC_PARSE_H
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue