- spi_t replaced with u_int64_t

This commit is contained in:
Jan Hutter
2005-11-16 16:50:13 +00:00
parent a5e8260abf
commit 91443667d5
14 changed files with 145 additions and 40 deletions
+9
View File
@@ -57,6 +57,15 @@ struct parser_s {
*/
status_t (*parse_payload) (parser_t *this, payload_type_t payload_type, payload_t **payload);
/**
* @brief Resets the current parser context
*
* @param parser parser object
* @return
* - SUCCESSFUL in any case
*/
status_t (*reset_context) (parser_t *this);
/**
* @brief Destroys a parser object
*