* Moved some helpers (definitions of rockbox macros) to helpers.h.
commit63b598479d8fd34384aedb873c500e32a270799d
authornico <nico@9862a28c-4e93-4879-ac26-10afcf840a8f>
Wed, 4 Jul 2007 20:15:28 +0000 (4 20:15 +0000)
committernico <nico@9862a28c-4e93-4879-ac26-10afcf840a8f>
Wed, 4 Jul 2007 20:15:28 +0000 (4 20:15 +0000)
treed28576fc49aa3eed10296027d4a639b9e2eae4a8
parentf9b03188824c811676da141b0bb4183e051891f2
* Moved some helpers (definitions of rockbox macros) to helpers.h.
* Replaced printf calls by DEBUGF for future porting to rockbox code.
* Renamed h->buf_idx to h->ridx and introduced h->widx, mainly to allow buffering any handle, not just the current one.
* Moved the memory_handle struct into buffering.c because it's not supposed to be exported.

git-svn-id: svn://jdgordon.mine.nu/mob@31 9862a28c-4e93-4879-ac26-10afcf840a8f
buffering.c
buffering.h
helpers.h