diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.60 2009-05-31 15:07:10 phintuka Exp $ + * $Id: config.h,v 1.61 2009-05-31 15:30:07 phintuka Exp $ * */ @@ -397,6 +397,7 @@ class config_t { bool IsAudioFile(const char *); bool IsVideoFile(const char *); bool IsPlaylistFile(const char *); + bool IsDvdFolder(const char *); bool IsDvdImage(const char *); cString AutocropOptions(void); |