aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-imap-stream.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed the read and write method prototypes to return an ssize_t typeJeffrey Stedfast2000-06-071-0/+70
2000-06-06 Jeffrey Stedfast <fejj@helixcode.com> * camel-stream.[c,h]: Changed the read and write method prototypes to return an ssize_t type rather than an int and also changed the 'number of bytes' to read or write to a size_t type * camel-stream-fs.c: same as above * camel-stream-mem.c: again, same as above * camel-stream-buffer.c: same * camel-imap-stream.[c,h]: Added this new stream, cache's previously read data so each successive call will instead read from the cache svn path=/trunk/; revision=3450