8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-25 00:43:03 +01:00
firebird-mirror/src/include/old_fb_blk.h
robocop 192832199f Solve a possible truncation problem due to USHORT<->ULONG issues.
Tweak for embedded so it doesn't crash when handling an error.
2006-04-11 07:16:37 +00:00

18 lines
219 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;
ULONG blk_length;
} *BLK;
#endif /* INCLUDE_FB_BLK */