Add some more code to support manifest typing in indices. Not activated yet. (CVS 1362)

FossilOrigin-Name: 2f16c9ef3c101c4280991ce3cb0c3bea7b6ed439
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index fcfe381..5f264fa 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -11,7 +11,7 @@
 *************************************************************************
 ** Internal interface definitions for SQLite.
 **
-** @(#) $Id: sqliteInt.h,v 1.230 2004/05/12 07:33:33 danielk1977 Exp $
+** @(#) $Id: sqliteInt.h,v 1.231 2004/05/12 11:24:03 danielk1977 Exp $
 */
 #include "config.h"
 #include "sqlite.h"
@@ -258,6 +258,7 @@
 typedef struct FKey FKey;
 typedef struct Db Db;
 typedef struct AuthContext AuthContext;
+typedef struct KeyClass KeyClass;
 
 /*
 ** Each database file to be accessed by the system is an instance