From 37250a0568d5b1d689d5c59f983e9be228ed49c2 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 15 Apr 2000 18:00:00 +0200 Subject: Version 0.03 - Actual record/replay now works. - Dropped the idea of different "recording qualities" (a 36GB harddisk is able to store some 18 hours in full quality, so we don't really need that). - Termination signals are now caught and the program cleans up before exiting. - Support for CICAM. --- interface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'interface.h') diff --git a/interface.h b/interface.h index 9322cf3..1e5329d 100644 --- a/interface.h +++ b/interface.h @@ -4,7 +4,7 @@ * See the main source file 'osm.c' for copyright information and * how to reach the author. * - * $Id: interface.h 1.2 2000/02/27 14:54:02 kls Exp $ + * $Id: interface.h 1.3 2000/03/19 14:03:28 kls Exp $ */ #ifndef __INTERFACE_H @@ -45,5 +45,6 @@ public: }; extern cInterface Interface; +extern cDvbApi DvbApi; //XXX member of cInterface??? #endif //__INTERFACE_H -- cgit v1.2.3