view decoders/libmpg123/icy2utf8.h @ 578:7ff36153215a

Fixed 48-byte memory leak.
author Eric Wing <ewing . public |-at-| gmail . com>
date Sat, 06 Nov 2010 00:27:45 -0700
parents 7e08477b0fc1
children
line wrap: on
line source

/* You expect a license plate for _this_ file? */
#ifndef MPG123_ICY2UTF_H
#define MPG123_ICY2UTF_H

char *icy2utf8(const char *);

#endif