00001 /****************************************************** 00002 Cursor read 00003 00004 (c) 1997 Innobase Oy 00005 00006 Created 2/16/1997 Heikki Tuuri 00007 *******************************************************/ 00008 00009 #ifndef read0types_h 00010 #define read0types_h 00011 00012 typedef struct read_view_struct read_view_t; 00013 typedef struct cursor_view_struct cursor_view_t; 00014 00015 #endif
1.4.7

