From 01b708bc13d082079beb794a11e138b2ad890f83 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 7 Mar 2005 00:51:21 +0000 Subject: add support for parsing ape tags in musepack files git-svn-id: https://svn.musicpd.org/mpd/trunk@3030 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 545f1653d..b4a236db7 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 -- cgit v1.2.3