mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
+
This commit is contained in:
parent
7909c20307
commit
9133214f68
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.
|
* This module contains packet and list parsing functions.
|
||||||
* The parser adheres to the definition of a packet found at
|
* 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,
|
psycParseListRC psyc_parseList (psycParseListState *state, psycString *name,
|
||||||
psycString *value, psycString *elem);
|
psycString *value, psycString *elem);
|
||||||
|
|
||||||
/** @} */ // end of parser group
|
/** @} */ // end of parse group
|
||||||
|
|
||||||
#define PSYC_PARSE_H
|
#define PSYC_PARSE_H
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue