From 14b6f437bbaaddaa47e6fb991a57c74e691b8c2b Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Sat, 27 Oct 2007 04:16:41 +0000 Subject: 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 --- apps/buffering.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/buffering.h') diff --git a/apps/buffering.h b/apps/buffering.h index a5ad1e283b..29771adc1a 100644 --- a/apps/buffering.h +++ b/apps/buffering.h @@ -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); /*************************************************************************** -- cgit v1.2.3