summaryrefslogtreecommitdiff
path: root/mg_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'mg_tools.h')
-rw-r--r--mg_tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mg_tools.h b/mg_tools.h
index 95d4663..65ba262 100644
--- a/mg_tools.h
+++ b/mg_tools.h
@@ -84,4 +84,6 @@ class mgLog
std::string trim(std::string const& source, char const* delims = " \t\r\n");
+char *SeparateFolders(const char *filename, char * folders[],unsigned int fcount);
+
#endif /* _MUGGLE_TOOLS_H */