mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Make buffering initialization versus reset separate functions to avoid double initializing threads or mutexes more easily
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15327 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
404c6fbdb2
commit
14b6f437bb
3 changed files with 24 additions and 19 deletions
|
@ -37,7 +37,10 @@ enum data_type {
|
|||
|
||||
|
||||
/* Initialise the buffering subsystem */
|
||||
bool buffering_init(char *buf, size_t buflen);
|
||||
void buffering_init(void);
|
||||
|
||||
/* Reset the buffering system */
|
||||
bool buffering_reset(char *buf, size_t buflen);
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue