inf_proto.h (Firebird-3.0.2.32703-0.tar.bz2) | : | inf_proto.h (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
namespace Jrd { | namespace Jrd { | |||
class jrd_req; | class jrd_req; | |||
class jrd_tra; | class jrd_tra; | |||
class blb; | class blb; | |||
} | } | |||
void INF_blob_info(const Jrd::blb*, const ULONG, const UCHAR*, const ULONG, UCHA R*); | void INF_blob_info(const Jrd::blb*, const ULONG, const UCHAR*, const ULONG, UCHA R*); | |||
USHORT INF_convert(SINT64, UCHAR*); | USHORT INF_convert(SINT64, UCHAR*); | |||
void INF_database_info(Jrd::thread_db*, const ULONG, const UCHAR*, const ULONG, UCHAR*); | void INF_database_info(Jrd::thread_db*, const ULONG, const UCHAR*, const ULONG, UCHAR*); | |||
UCHAR* INF_put_item(UCHAR, USHORT, const UCHAR*, UCHAR*, const UCHAR*, const boo l inserting = false); | UCHAR* INF_put_item(UCHAR, USHORT, const void*, UCHAR*, const UCHAR*, const bool inserting = false); | |||
ULONG INF_request_info(const Jrd::jrd_req*, const ULONG, const UCHAR*, const ULO NG, UCHAR*); | ULONG INF_request_info(const Jrd::jrd_req*, const ULONG, const UCHAR*, const ULO NG, UCHAR*); | |||
void INF_transaction_info(const Jrd::jrd_tra*, const ULONG, const UCHAR*, const ULONG, UCHAR*); | void INF_transaction_info(const Jrd::jrd_tra*, const ULONG, const UCHAR*, const ULONG, UCHAR*); | |||
#endif // JRD_INF_PROTO_H | #endif // JRD_INF_PROTO_H | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |