- 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 GENERATOR_H_
#include "types.h"
#include "encodings/encodings.h"
#include "payloads/encodings.h"
#include "payloads/payload.h"
/**
* Generating is done in a data buffer.
@@ -120,6 +121,6 @@ struct generator_s {
* all the payload informations needed to
* automatic generate a specific payload
*/
generator_t * generator_create(payload_info_t ** payload_infos);
generator_t * generator_create();
#endif /*GENERATOR_H_*/