diff options
author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-22 08:07:59 +0000 |
---|---|---|
committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-22 08:07:59 +0000 |
commit | 6f968c8997348410c1adb259e6ea0f6a14f3f083 (patch) | |
tree | e2208de212231b6a959b979441da106bbfdb8b49 /mg_tools.h | |
parent | 1ab4f0336fbde0a5395b344b5b7b2ca763698004 (diff) | |
download | vdr-plugin-muggle-release/0.1.5-wr.tar.gz vdr-plugin-muggle-release/0.1.5-wr.tar.bz2 |
fix compilation for 2.95release/0.1.5-wr
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/branches/0.1.5-wr@588 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_tools.h')
-rw-r--r-- | mg_tools.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -84,6 +84,11 @@ class mgLog std::string trim(std::string const& source, char const* delims = " \t\r\n"); +//! \brief extracts folder names from a filename +// \param filename the full path +// \param folders an array of char * where the single folders will be placed in +// \param fcount the maximum number of folders that can be returned +// \return a buffer hold all folder strings char *SeparateFolders(const char *filename, char * folders[],unsigned int fcount); #endif /* _MUGGLE_TOOLS_H */ |