#ifndef __SIMPLE_DECODER_CHUNKER__ #define __SIMPLE_DECODER_CHUNKER__ #include "context.h" void simple_decoder_chunker(context *ctx); #endif