diff options
| author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-10-06 13:29:31 +0000 |
|---|---|---|
| committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-10-06 13:29:31 +0000 |
| commit | ea2fb28071fee9f56ebdecc6878df4801888a1bb (patch) | |
| tree | 1e869fb13e7c2b3f212a0bd9040a56e98303f4d1 /mg_tools.h | |
| parent | 4b0f7c5b42c95714e62a31bf7aff44d42e9ddc16 (diff) | |
| download | vdr-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |
