X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=b224b61a4bbf5f210311fe2c7573c4725e866e7a;hp=a574edf5899f9f43c4abd0f2e6fc39085bb49854;hb=c5e38315901ea63efd169af5d4ba3f3c66db7de9;hpb=1cefe6a503c74d609db4e99e689d46575a5e40fd diff --git a/afh.h b/afh.h index a574edf5..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. */ @@ -104,3 +104,5 @@ void afh_get_chunk(long unsigned chunk_num, struct afh_info *afhi, 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);