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

18 lines
220 B
C

#ifndef INCLUDE_FB_BLK
#define INCLUDE_FB_BLK
#define INCLUDE_OLD_FB_BLK
#include "../jrd/common.h"
typedef struct blk
{
UCHAR blk_type;
UCHAR blk_pool_id;
USHORT blk_length;
} *BLK;
#endif /* INCLUDE_FB_BLK */