Mercurial > audlegacy-plugins
diff src/madplug/input.h @ 1432:e6eab0c725cd
Branch merge madness.
| author | Tony Vroon <chainsaw@gentoo.org> |
|---|---|
| date | Fri, 10 Aug 2007 14:02:18 +0100 |
| parents | 4993976d7ed0 |
| children | f1b6f1b2cdb3 |
line wrap: on
line diff
--- a/src/madplug/input.h Fri Aug 10 14:01:43 2007 +0100 +++ b/src/madplug/input.h Fri Aug 10 14:02:18 2007 +0100 @@ -28,6 +28,6 @@ gboolean input_get_info(struct mad_info_t *songinfo, gboolean fast_scan); gint input_get_data(struct mad_info_t *songinfo, guchar * buffer, gint buffer_size); -gchar *input_id3_get_string(struct id3_tag *tag, char *frame_name); +gchar *input_id3_get_string(struct id3_tag *tag, const gchar *frame_name); #endif /* ! INPUT_H */
