[dovecot-cvs] dovecot/src/lib buffer.c,1.4,1.5

cras at procontrol.fi cras at procontrol.fi
Sun Dec 22 00:02:23 EET 2002


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

Modified Files:
	buffer.c 
Log Message:
whops, reverted unwanted changes



Index: buffer.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/buffer.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- buffer.c	21 Dec 2002 21:56:15 -0000	1.4
+++ buffer.c	21 Dec 2002 22:02:20 -0000	1.5
@@ -27,14 +27,11 @@
 #include "buffer.h"
 
 struct _Buffer {
-	/* public for String: */
-	const unsigned char *r_buffer;
-	size_t used;
-
-	/* private: */
 	Pool pool;
+
+	const unsigned char *r_buffer;
 	unsigned char *w_buffer;
-	size_t alloc, max_alloc, limit, start_pos;
+	size_t used, alloc, max_alloc, limit, start_pos;
 
 	unsigned int alloced:1;
 	unsigned int readonly:1;




More information about the dovecot-cvs mailing list