misc_proto.h (Firebird-3.0.2.32703-0.tar.bz2) | : | misc_proto.h (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 27 | skipping to change at line 27 | |||
* and its predecessors. Portions created by Inprise Corporation are | * and its predecessors. Portions created by Inprise Corporation are | |||
* Copyright (C) Inprise Corporation. | * Copyright (C) Inprise Corporation. | |||
* | * | |||
* All Rights Reserved. | * All Rights Reserved. | |||
* Contributor(s): ______________________________________. | * Contributor(s): ______________________________________. | |||
*/ | */ | |||
#ifndef BURP_MISC_PROTO_H | #ifndef BURP_MISC_PROTO_H | |||
#define BURP_MISC_PROTO_H | #define BURP_MISC_PROTO_H | |||
UCHAR* MISC_alloc_burp(ULONG); | ||||
void MISC_free_burp(void*); | ||||
void MISC_release_request_silent(isc_req_handle& req_handle); | void MISC_release_request_silent(isc_req_handle& req_handle); | |||
int MISC_symbol_length(const TEXT*, ULONG); | int MISC_symbol_length(const TEXT*, ULONG); | |||
void MISC_terminate(const TEXT*, TEXT*, ULONG, ULONG); | void MISC_terminate(const TEXT*, TEXT*, ULONG, ULONG); | |||
#endif // BURP_MISC_PROTO_H | #endif // BURP_MISC_PROTO_H | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added |