diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-29 15:21:42 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-29 15:21:42 +0200 |
commit | 0f2099b4f2528f1aa9846d889e0ccde47f5eb1aa (patch) | |
tree | 8ba3132387c2eda4bb1fb6ac4b8f5354c61fed25 /recording.h | |
parent | 92096e097a5cb6b90fb982d90b16012682d67ccf (diff) | |
download | vdr-0f2099b4f2528f1aa9846d889e0ccde47f5eb1aa.tar.gz vdr-0f2099b4f2528f1aa9846d889e0ccde47f5eb1aa.tar.bz2 |
Support for more than one video directory
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recording.h b/recording.h index ae17cd3c..dc3b3d74 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.8 2000/07/28 12:48:06 kls Exp $ + * $Id: recording.h 1.9 2000/07/28 13:53:54 kls Exp $ */ #ifndef __RECORDING_H @@ -14,8 +14,6 @@ #include "config.h" #include "tools.h" -extern const char *VideoDirectory; - void AssertFreeDiskSpace(void); class cRecording : public cListObject { |