3646de53a99752989557f7e08055a4d43ab1ba6c
[iec.git] / foo_dec.h
1 // Generated Code - DO NOT EDIT !!
2 // generated by 'emugen'
3
4 #ifndef GUARD_foo_decoder_context_t
5 #define GUARD_foo_decoder_context_t
6
7 #include "IOStream.h" 
8 #include "foo_server_context.h"
9
10
11
12 struct foo_decoder_context_t : public foo_server_context_t {
13
14         size_t decode(void *buf, size_t bufsize, IOStream *stream);
15
16 };
17
18 #endif  // GUARD_foo_decoder_context_t