[dovecot-cvs] dovecot/src/lib buffer.h,1.7,1.8

cras at dovecot.org cras at dovecot.org
Sun Aug 1 01:34:46 EEST 2004


Update of /home/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv25812

Modified Files:
	buffer.h 
Log Message:
buffer.data should be void, not unsigned char



Index: buffer.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib/buffer.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- buffer.h	31 Jul 2004 20:43:45 -0000	1.7
+++ buffer.h	31 Jul 2004 22:34:44 -0000	1.8
@@ -2,7 +2,7 @@
 #define __BUFFER_H
 
 struct buffer {
-	const unsigned char *data;
+	const void *data;
 	const size_t used;
 };
 



More information about the dovecot-cvs mailing list