diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-14 06:55:51 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-14 06:55:51 +0000 |
commit | c0211a292bb76a160ddf9ae55b9380ce71c41577 (patch) | |
tree | 91db015c02f6e0916709f50730d893eb25bbb311 /Source/charon/generator.h | |
parent | 52f831011f711eec38f89971bdcfe225b78535be (diff) | |
download | strongswan-c0211a292bb76a160ddf9ae55b9380ce71c41577.tar.bz2 strongswan-c0211a292bb76a160ddf9ae55b9380ce71c41577.tar.xz |
- fixed bad SVN issues, should all work again now
- does not compile, need rewrite of parser and generator
Diffstat (limited to 'Source/charon/generator.h')
-rw-r--r-- | Source/charon/generator.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/charon/generator.h b/Source/charon/generator.h index fc307de7e..517a56c11 100644 --- a/Source/charon/generator.h +++ b/Source/charon/generator.h @@ -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_*/ |