#ifndef _CODECINTF_H_98c78714_ #define _CODECINTF_H_98c78714_ /* This file is in the public domain. */ extern void codec_init(void (*)(int, int, const unsigned char * const *)); extern void codec_prefix(const void *, int); extern void codec_data(const void *, int); extern void codec_done(void); #endif