summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-07-28 13:44:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-07-28 13:44:31 +0200
commit92096e097a5cb6b90fb982d90b16012682d67ccf (patch)
tree132e337d98f7dbfec9d81c234d32171abd9d3fdc /recording.h
parent7ac97639da8b6428e2a17464bddea0280f032321 (diff)
downloadvdr-92096e097a5cb6b90fb982d90b16012682d67ccf.tar.gz
vdr-92096e097a5cb6b90fb982d90b16012682d67ccf.tar.bz2
Added command line option '-v'
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/recording.h b/recording.h
index e501af82..ae17cd3c 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 1.7 2000/07/23 19:06:14 kls Exp $
+ * $Id: recording.h 1.8 2000/07/28 12:48:06 kls Exp $
*/
#ifndef __RECORDING_H
@@ -14,6 +14,8 @@
#include "config.h"
#include "tools.h"
+extern const char *VideoDirectory;
+
void AssertFreeDiskSpace(void);
class cRecording : public cListObject {