diff src/madplug/replaygain.h @ 2476:809736eb47d9

Some code sanitation and cleanups. Fixes some memory-access problems, but certain others still persist (will be fixed in subsequent commits.)
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Mar 2008 06:29:55 +0300
parents 999098953bcd
children f1b6f1b2cdb3
line wrap: on
line diff
--- a/src/madplug/replaygain.h	Sun Mar 30 01:25:40 2008 +0200
+++ b/src/madplug/replaygain.h	Sun Mar 30 06:29:55 2008 +0300
@@ -25,17 +25,6 @@
 #ifndef __replaygain_h__
 #define __replaygain_h__
 
-struct APETagFooterStruct
-{
-    unsigned char ID[8];
-    unsigned char Version[4];
-    unsigned char Length[4];
-    unsigned char TagCount[4];
-    unsigned char Flags[4];
-    unsigned char Reserved[8];
-};
-
-/* prototypes */
-void read_replaygain(struct mad_info_t *file_info);
+void audmad_read_replaygain(struct mad_info_t *file_info);
 
 #endif