File: header.h

package info (click to toggle)
cdparanoia 3a9.8-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 572 kB
  • ctags: 538
  • sloc: ansic: 6,259; sh: 1,235; makefile: 61
file content (10 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
/******************************************************************
 * CopyPolicy: GNU Public License 2 applies
 * Copyright (C) 1998 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);