summaryrefslogtreecommitdiff
path: root/videodir.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-09-30 13:05:14 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-09-30 13:05:14 +0200
commitf1000d75c0201ff90b8daf2a39c8390f432c66a5 (patch)
tree8ce156f15997ef41417a85064fcf1bd86736af04 /videodir.h
parent3cc12a401a865361856d6c42d5b979d43be15973 (diff)
downloadvdr-f1000d75c0201ff90b8daf2a39c8390f432c66a5.tar.gz
vdr-f1000d75c0201ff90b8daf2a39c8390f432c66a5.tar.bz2
Added 'IgnoreFiles' to RemoveEmptyDirectories()1.7.31
Diffstat (limited to 'videodir.h')
-rw-r--r--videodir.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/videodir.h b/videodir.h
index 40d7b058..a25ac319 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.2 2012/09/01 10:57:07 kls Exp $
+ * $Id: videodir.h 2.3 2012/09/30 11:01:15 kls Exp $
*/
#ifndef __VIDEODIR_H
@@ -23,7 +23,7 @@ bool RemoveVideoFile(const char *FileName);
bool VideoFileSpaceAvailable(int SizeMB);
int VideoDiskSpace(int *FreeMB = NULL, int *UsedMB = NULL); // returns the used disk space in percent
cString PrefixVideoFileName(const char *FileName, char Prefix);
-void RemoveEmptyVideoDirectories(void);
+void RemoveEmptyVideoDirectories(const char *IgnoreFiles[] = NULL);
bool IsOnVideoDirectoryFileSystem(const char *FileName);
class cVideoDiskUsage {