shithub: mcfs

ref: 321a1b6a441f59e3e5a31f29a64a17e93ffa27f5
dir: mcfs/mp3.c

View raw version
#include <u.h>
#include <libc.h>
#include <bio.h>
#include "common.h"

int
mp3packet(Biobuf *out, Packetctx *ctx, Packet *p, int np, uvlong ts)
{
	USED(out, ctx, p, np, ts);
	werrstr("mp3packet not implemented");
	return -1;
}