Index: apr_tables.h
===================================================================
RCS file: /home/cvspublic/apr/include/apr_tables.h,v
retrieving revision 1.24
diff -u -r1.24 apr_tables.h
--- apr_tables.h	2001/11/11 22:31:04	1.24
+++ apr_tables.h	2001/11/12 20:17:57
@@ -130,6 +130,8 @@
                          */
     /** The value for the current table entry */
     char *val;
+
+    apr_uint32_t crc32;
 };
 
 /**
