~ubuntu-branches/debian/stretch/cdparanoia/stretch

1
2
3
4
5
6
7
8
9
10
/******************************************************************
 * CopyPolicy: GNU Public License 2 applies
 * Copyright (C) 2008 Monty xiphmont@mit.edu
 ******************************************************************/

#include <unistd.h>

extern void WriteWav(int f,long bytes);
extern void WriteAifc(int f,long bytes);
extern void WriteAiff(int f,long bytes);