From 6d94a5b2e34c55611f2d6ea70c241971e65afc8c Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 13 Nov 2007 20:04:12 +0000 Subject: Add sbc_reinit. --- sbc/sbc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sbc/sbc.h') diff --git a/sbc/sbc.h b/sbc/sbc.h index d55587d0..08c3e020 100644 --- a/sbc/sbc.h +++ b/sbc/sbc.h @@ -50,6 +50,7 @@ struct sbc_struct { typedef struct sbc_struct sbc_t; int sbc_init(sbc_t *sbc, unsigned long flags); +int sbc_reinit(sbc_t *sbc, unsigned long flags); int sbc_parse(sbc_t *sbc, void *input, int input_len); int sbc_decode(sbc_t *sbc, void *input, int input_len, void *output, int output_len, int *len); -- cgit