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

17 lines
192 B
C

#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;
} *BLK;
#endif /* INCLUDE_FB_BLK */