diff options
| author | Brandon Low <lostlogic@rockbox.org> | 2007-11-05 17:48:21 +0000 |
|---|---|---|
| committer | Brandon Low <lostlogic@rockbox.org> | 2007-11-05 17:48:21 +0000 |
| commit | 3379440a4bfecef85c915fb079b595f98a6db1de (patch) | |
| tree | b0d00f72449f78de08e1db8884a7ee1936423752 /apps/buffering.h | |
| parent | 03dd35db0e22c971b09fc94fa24cce6f531ab7ce (diff) | |
| download | rockbox-3379440a4bfecef85c915fb079b595f98a6db1de.zip rockbox-3379440a4bfecef85c915fb079b595f98a6db1de.tar.gz rockbox-3379440a4bfecef85c915fb079b595f98a6db1de.tar.bz2 rockbox-3379440a4bfecef85c915fb079b595f98a6db1de.tar.xz | |
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15478 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/buffering.h')
| -rw-r--r-- | apps/buffering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/buffering.h b/apps/buffering.h index 139dea7..1d69df2 100644 --- a/apps/buffering.h +++ b/apps/buffering.h @@ -117,7 +117,7 @@ enum { BUFFERING_SET_WATERMARK = 1, BUFFERING_SET_CHUNKSIZE, }; -void buf_set_conf(int setting, size_t value); +void buf_set_watermark(size_t bytes); /* Debugging */ |