#ifndef __DST_INIT_H_INCLUDED
#define __DST_INIT_H_INCLUDED

#include "types.h"

__FUNCTION_ATTRIBUTES__ int DST_InitDecoder(DstDec* D);

#endif
