...and also fix a mismatched prototype
gcc2 doesn't seem to notice.
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
|
||||
// Insert data at the end of the buffer. The buffer will be increased to
|
||||
// accomodate the data if needed.
|
||||
status_t Write(const void* data, size_t size);
|
||||
ssize_t Write(const void* data, size_t size);
|
||||
|
||||
// Remove data from the start of the buffer. Move the buffer start
|
||||
// pointer to point to the data following it.
|
||||
|
||||
Reference in New Issue
Block a user