- fixed bad SVN issues, should all work again now

- does not compile, need rewrite of parser and generator
This commit is contained in:
Martin Willi
2005-11-14 06:55:51 +00:00
parent 52f831011f
commit c0211a292b
15 changed files with 662 additions and 13 deletions
+3 -2
View File
@@ -24,7 +24,8 @@
#define PARSER_H_
#include "types.h"
#include "encodings/encodings.h"
#include "payloads/encodings.h"
#include "payloads/payload.h"
/**
* @brief The parser context stores state information for a parsing session.
@@ -101,6 +102,6 @@ struct parser_s {
* @param payload_infos list of payload_info_t
*
*/
parser_t *parser_create(payload_info_t **payload_infos);
parser_t *parser_create();
#endif /*PARSER_H_*/