diff options
Diffstat (limited to 'flat.h')
-rw-r--r-- | flat.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |