Improve error handling

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-02-12 23:07:36 +00:00
parent 3878bf4e23
commit 984192eebe
5 changed files with 116 additions and 30 deletions

View File

@@ -8,7 +8,13 @@ enum file_types
FILE_TYPE_MP3
};
void playFile(void* fileIn);
struct playbackInfo
{
char* file;
struct errInfo_t* errInfo;
};
void playFile(void* infoIn);
/**
* Pause or play current file.