X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=b224b61a4bbf5f210311fe2c7573c4725e866e7a;hp=7952809436752f19a795362469291a4996f0d468;hb=b3644a3f5de245609dc608a947ed71e2f75b2fd5;hpb=39ec52d7bfec591dcad0d41bcdbdf6d980bf5913 diff --git a/afh.h b/afh.h index 79528094..b224b61a 100644 --- a/afh.h +++ b/afh.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Andre Noll + * Copyright (C) 2005-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -105,3 +105,4 @@ void afh_get_header(struct afh_info *afhi, uint8_t audio_format_id, void *map, size_t mapsize, char **buf, size_t *len); void afh_free_header(char *header_buf, uint8_t audio_format_id); void clear_afhi(struct afh_info *afhi); +unsigned afh_get_afhi_txt(int audio_format_num, struct afh_info *afhi, char **result);