~ubuntu-branches/ubuntu/edgy/cdparanoia/edgy

« back to all changes in this revision

Viewing changes to header.h

  • Committer: Bazaar Package Importer
  • Author(s): Dale E Martin
  • Date: 2002-03-15 11:23:27 UTC
  • Revision ID: james.westby@ubuntu.com-20020315112327-7e08i0np6duvv5ep
Tags: upstream-3a9.8
ImportĀ upstreamĀ versionĀ 3a9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/******************************************************************
 
2
 * CopyPolicy: GNU Public License 2 applies
 
3
 * Copyright (C) 1998 Monty xiphmont@mit.edu
 
4
 ******************************************************************/
 
5
 
 
6
#include <unistd.h>
 
7
 
 
8
extern void WriteWav(int f,long bytes);
 
9
extern void WriteAifc(int f,long bytes);
 
10
extern void WriteAiff(int f,long bytes);