blob: 2541cdcb1585b6d7f4ece6327eb2b06b51ed1526 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* audio.h: The basic audio interface
*
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: audio.h 1.1 2002/06/10 16:30:00 kls Exp $
*/
#ifndef __AUDIO_H
#define __AUDIO_H
#endif //__AUDIO_H
|