X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=4e2020bb914411e376d8f274f09df8f07830c010;hp=fbc0ba6f2bc5089b0e6f254dee042794aeec7f4c;hb=6d9caa6bbf828cd12b2ef4b65e14fe244305d4bf;hpb=8231c4db98e5278fde9678a5d16a68fbef777662 diff --git a/afh.h b/afh.h index fbc0ba6f..4e2020bb 100644 --- a/afh.h +++ b/afh.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2008 Andre Noll + * Copyright (C) 2005-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -103,3 +103,5 @@ const char *audio_format_name(int); void afh_get_chunk(long unsigned chunk_num, struct afh_info *afhi, void *map, const char **buf, size_t *len); void afh_get_header(struct afh_info *afhi, void *map, const char **buf, size_t *len); +char *make_taginfo(char *title, char *artist, char *album, char *year, + char *comment);