8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

Fixed cleanup mistake by someone

This commit is contained in:
robocop 2003-10-05 06:11:50 +00:00
parent 21c11da3fe
commit 5b487966fc

View File

@ -35,7 +35,7 @@ void VIO_bump_count(TDBB, USHORT, struct jrd_rel *, bool);
int VIO_chase_record_version(TDBB, struct rpb *, class Rsb *,
struct jrd_tra *, struct blk *, BOOLEAN);
#ifdef PC_ENGINE
int IO_check_if_updated(TDBB, struct rpb *);
int VIO_check_if_updated(TDBB, struct rpb *);
#endif
void VIO_data(TDBB, struct rpb *, struct blk *);
void VIO_erase(TDBB, struct rpb *, struct jrd_tra *);