all: remove unused functions from includes

Signed-off-by: Mahyar Koshkouei <mk@deltabeard.com>
This commit is contained in:
Mahyar Koshkouei
2023-07-08 13:06:14 +01:00
parent ce654bd115
commit 0e79e61255
13 changed files with 70 additions and 205 deletions

View File

@@ -10,6 +10,12 @@ static FILE* pWav = NULL;
static char header[45];
static uint8_t channels;
static int initWav(const char* file);
static uint32_t rateWav(void);
static uint8_t channelWav(void);
static uint64_t readWav(void* buffer);
static void exitWav(void);
/**
* Set decoder parameters for WAV.
*