[dovecot-cvs] dovecot/src/lib lib.h,1.15,1.16
cras at dovecot.org
cras at dovecot.org
Sat Mar 12 14:22:07 EET 2005
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv32406
Modified Files:
lib.h
Log Message:
extern was missing from null4 declaration.
Index: lib.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/lib.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- lib.h 11 Sep 2004 17:24:50 -0000 1.15
+++ lib.h 12 Mar 2005 12:22:05 -0000 1.16
@@ -36,7 +36,7 @@
struct istream;
struct ostream;
-unsigned char null4[4]; /* 4 zeros - useful for padding */
+extern unsigned char null4[4]; /* 4 zeros - useful for padding */
size_t nearest_power(size_t num);
More information about the dovecot-cvs
mailing list