mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:03:03 +01:00
17 lines
192 B
C
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 */
|
|
|