aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-03-07 00:51:21 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-03-07 00:51:21 +0000
commit01b708bc13d082079beb794a11e138b2ad890f83 (patch)
treee7453f51cb04a6fb685757cbed574bc8455e99af /src/utils.h
parent32a1f952e85d5c8f2f2c19dffecc05b4ee8364b2 (diff)
add support for parsing ape tags in musepack files
git-svn-id: https://svn.musicpd.org/mpd/trunk@3030 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 545f1653..b4a236db 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -35,4 +35,6 @@ int ipv6Supported();
char * appendToString(char * dest, const char * src);
+unsigned long readLEuint32(const unsigned char * p);
+
#endif