mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Parameter's type consistency
This commit is contained in:
parent
1a7d4efcd7
commit
97a1ecd770
@ -42,7 +42,7 @@
|
||||
*
|
||||
*/
|
||||
/*
|
||||
$Id: why.cpp,v 1.52 2004-02-02 11:01:35 robocop Exp $
|
||||
$Id: why.cpp,v 1.53 2004-02-03 11:25:29 aafemt Exp $
|
||||
*/
|
||||
|
||||
#include "firebird.h"
|
||||
@ -3783,7 +3783,7 @@ ISC_STATUS API_ROUTINE GDS_PUT_SLICE(ISC_STATUS* user_status,
|
||||
USHORT sdl_length,
|
||||
const UCHAR* sdl,
|
||||
USHORT param_length,
|
||||
const UCHAR* param,
|
||||
const SLONG* param,
|
||||
SLONG slice_length,
|
||||
UCHAR* slice)
|
||||
{
|
||||
|
@ -181,7 +181,7 @@ ISC_STATUS API_ROUTINE isc_prepare_transaction2(ISC_STATUS*, FRBRD**, USHORT,
|
||||
ISC_STATUS API_ROUTINE isc_put_segment(ISC_STATUS*, FRBRD**, USHORT, const UCHAR*);
|
||||
|
||||
ISC_STATUS API_ROUTINE isc_put_slice(ISC_STATUS*, FRBRD**, FRBRD**, SLONG*,
|
||||
USHORT, const UCHAR*, USHORT, const UCHAR*,
|
||||
USHORT, const UCHAR*, USHORT, const SLONG*,
|
||||
SLONG, UCHAR*);
|
||||
|
||||
ISC_STATUS API_ROUTINE isc_que_events(ISC_STATUS*, FRBRD**, SLONG*, USHORT,
|
||||
|
Loading…
Reference in New Issue
Block a user