1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-13 20:03:16 +03:00
Files
mariadb/include/ibuf0types.h
2005-10-27 07:29:40 +00:00

16 lines
326 B
C

/******************************************************
Insert buffer global types
(c) 1997 Innobase Oy
Created 7/29/1997 Heikki Tuuri
*******************************************************/
#ifndef ibuf0types_h
#define ibuf0types_h
typedef struct ibuf_data_struct ibuf_data_t;
typedef struct ibuf_struct ibuf_t;
#endif