00001 /****************************************************** 00002 Insert buffer global types 00003 00004 (c) 1997 Innobase Oy 00005 00006 Created 7/29/1997 Heikki Tuuri 00007 *******************************************************/ 00008 00009 #ifndef ibuf0types_h 00010 #define ibuf0types_h 00011 00012 typedef struct ibuf_data_struct ibuf_data_t; 00013 typedef struct ibuf_struct ibuf_t; 00014 00015 #endif
1.4.7

