Revert "...and also fix a mismatched prototype"

This reverts commit 6555120f3b.
This commit is contained in:
Ingo Weinhold
2014-06-18 22:13:38 +02:00
parent 4c235c7497
commit a05da9f4b2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public:
// Insert data at the end of the buffer. The buffer will be increased to
// accomodate the data if needed.
ssize_t Write(const void* data, size_t size);
status_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.