mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-31 11:23:02 +01:00
18 lines
222 B
C
18 lines
222 B
C
#ifndef INCLUDE_FB_BLK
|
|
#define INCLUDE_FB_BLK
|
|
|
|
#define INCLUDE_OLD_FB_BLK
|
|
|
|
#include "../common/common.h"
|
|
|
|
typedef struct blk
|
|
{
|
|
UCHAR blk_type;
|
|
UCHAR blk_pool_id;
|
|
ULONG blk_length;
|
|
} *BLK;
|
|
|
|
|
|
#endif /* INCLUDE_FB_BLK */
|
|
|