Revert recent changes that are broken

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15439 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2007-11-03 21:48:08 +00:00
parent 19eae2bd9b
commit c2e1cc1e39
3 changed files with 56 additions and 38 deletions

View file

@ -65,7 +65,6 @@ bool buffering_reset(char *buf, size_t buflen);
* amount of data is ready (unless EOF is reached).
****************************************************************************/
#define BUF_HANDLE_ID_MASK 0x7FFFFFFF
#define BUF_MAX_HANDLES 256
int bufopen(const char *file, size_t offset, enum data_type type);