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

18 lines
219 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
#include "../jrd/common.h"
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