summaryrefslogtreecommitdiff
path: root/videodir.h
diff options
context:
space:
mode:
Diffstat (limited to 'videodir.h')
-rw-r--r--videodir.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/videodir.h b/videodir.h
index 0a0587a6..40d7b058 100644
--- a/videodir.h
+++ b/videodir.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: videodir.h 2.1 2012/04/22 15:07:56 kls Exp $
+ * $Id: videodir.h 2.2 2012/09/01 10:57:07 kls Exp $
*/
#ifndef __VIDEODIR_H
@@ -15,6 +15,7 @@
extern const char *VideoDirectory;
+void SetVideoDirectory(const char *Directory);
cUnbufferedFile *OpenVideoFile(const char *FileName, int Flags);
int CloseVideoFile(cUnbufferedFile *File);
bool RenameVideoFile(const char *OldName, const char *NewName);