[dovecot-cvs] dovecot/src/lib obuffer.c,1.3,1.4

cras at procontrol.fi cras at procontrol.fi
Mon Nov 4 08:29:09 EET 2002


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv2101

Modified Files:
	obuffer.c 
Log Message:
o_buffer_seek() returns int, not ssize_t



Index: obuffer.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/obuffer.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- obuffer.c	28 Oct 2002 04:18:26 -0000	1.3
+++ obuffer.c	4 Nov 2002 06:29:06 -0000	1.4
@@ -82,7 +82,7 @@
 	return _buf->have_space(_buf, size);
 }
 
-ssize_t o_buffer_seek(OBuffer *buf, uoff_t offset)
+int o_buffer_seek(OBuffer *buf, uoff_t offset)
 {
 	_OBuffer *_buf = buf->real_buffer;
 




More information about the dovecot-cvs mailing list