summaryrefslogtreecommitdiff
path: root/flat.h
diff options
context:
space:
mode:
Diffstat (limited to 'flat.h')
-rw-r--r--flat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/flat.h b/flat.h
index b74501ef..d50bdc75 100644
--- a/flat.h
+++ b/flat.h
@@ -5,6 +5,7 @@
#include <time.h>
#include <unistd.h>
#include <stdint.h>
+#include <string.h>
#include <vdr/skins.h>
#include <vdr/videodir.h>
@@ -188,6 +189,9 @@ class cFlat : public cSkin {
virtual cSkinDisplayMessage *DisplayMessage(void);
};
+char * substr(char * string, int start, int end);
+char *GetFilenameWithoutext(char * fullfilename);
+
static inline uint32_t GetMsTicks(void)
{
#ifdef CLOCK_MONOTONIC