diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-11 02:36:25 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-11 02:36:25 +0000 |
commit | 4ec3df033954d01663087011efecfca37749f965 (patch) | |
tree | ecf4d199b1c4ea3cbbb78c0904a3ba9a4e00efc9 /src/dbUtils.h | |
parent | 03f02badf02adba317f6358bc0e1ebf669b48204 (diff) | |
download | mpd-4ec3df033954d01663087011efecfca37749f965.tar.gz mpd-4ec3df033954d01663087011efecfca37749f965.tar.xz mpd-4ec3df033954d01663087011efecfca37749f965.zip |
implement saved memory by not storing full path
git-svn-id: https://svn.musicpd.org/mpd/trunk@2601 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r-- | src/dbUtils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h index 20d80f990..df5a71656 100644 --- a/src/dbUtils.h +++ b/src/dbUtils.h @@ -36,4 +36,6 @@ unsigned long sumSongTimesIn(FILE * fp, char * name); int listAllUniqueTags(FILE * fp, int type, int numConditiionals, LocateTagItem * conditionals); +void printSavedMemoryFromFilenames(); + #endif |