summaryrefslogtreecommitdiff
path: root/mg_tools.h
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-06 13:29:31 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-06 13:29:31 +0000
commitea2fb28071fee9f56ebdecc6878df4801888a1bb (patch)
tree1e869fb13e7c2b3f212a0bd9040a56e98303f4d1 /mg_tools.h
parent4b0f7c5b42c95714e62a31bf7aff44d42e9ddc16 (diff)
downloadvdr-plugin-muggle-ea2fb28071fee9f56ebdecc6878df4801888a1bb.tar.gz
vdr-plugin-muggle-ea2fb28071fee9f56ebdecc6878df4801888a1bb.tar.bz2
Seek hierarchy upwards for covers if there are none in the song tags or directory
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@845 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_tools.h')
-rw-r--r--mg_tools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mg_tools.h b/mg_tools.h
index 7f63f64..c0b54c6 100644
--- a/mg_tools.h
+++ b/mg_tools.h
@@ -100,4 +100,7 @@ string ltos (long l);
char *extension (const char *filename);
bool notempty(const char *s);
+
+bool samedir(const char *s1, const char *s2);
+
#endif /* _MUGGLE_TOOLS_H */