diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-01 14:03:45 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-01 14:03:45 +0200 |
commit | 13edfc13820efc784c08b7b93e73f34a73c1e80e (patch) | |
tree | 02d030f96fa1f851454f75d84f03cd323f20105d /videodir.h | |
parent | d3b3c43e8f0f584fc679787edc8799399f8e8d3e (diff) | |
download | vdr-13edfc13820efc784c08b7b93e73f34a73c1e80e.tar.gz vdr-13edfc13820efc784c08b7b93e73f34a73c1e80e.tar.bz2 |
Implemented FHS support; fixed handling config directory if only -v is given
Diffstat (limited to 'videodir.h')
-rw-r--r-- | videodir.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |