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