File: header.h

package info (click to toggle)
cdparanoia 3.10.2%2Bdebian-13
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,928 kB
  • sloc: ansic: 8,026; sh: 2,642; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (7)
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);