summaryrefslogtreecommitdiff
path: root/vdr_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdr_setup.h')
-rw-r--r--vdr_setup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vdr_setup.h b/vdr_setup.h
index c21adb1..b820857 100644
--- a/vdr_setup.h
+++ b/vdr_setup.h
@@ -19,6 +19,7 @@
// #include <osd.h>
#include <menuitems.h>
+#include <string>
#define MAX_STRING_LEN 128
@@ -56,6 +57,8 @@ class mgSetup
public:
mgSetup (void);
+
+ std::string getFilename( std::string basename );
};
extern mgSetup the_setup;