8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +01:00
firebird-mirror/src/include/old_fb_blk.h

17 lines
192 B
C
Raw Normal View History

2001-12-24 03:51:06 +01:00
#ifndef INCLUDE_FB_BLK
#define INCLUDE_FB_BLK
#define INCLUDE_OLD_FB_BLK
typedef struct blk
{
UCHAR blk_type;
UCHAR blk_pool_id;
ULONG blk_length;
2001-12-24 03:51:06 +01:00
} *BLK;
#endif /* INCLUDE_FB_BLK */
2003-10-20 12:34:33 +02:00