mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Minor corrections after prototype changes
This commit is contained in:
parent
9a8e532f53
commit
b5ebd1a662
@ -1956,6 +1956,10 @@ int API_ROUTINE BLOB_put(SCHAR x, BSTREAM* bstream)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
#if (defined SOLARIS ) || (defined __cplusplus)
|
||||
} //extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef VMS
|
||||
static display(ISC_QUAD* blob_id, void* database, void* transaction)
|
||||
@ -2006,9 +2010,6 @@ static display(ISC_QUAD* blob_id, void* database, void* transaction)
|
||||
}
|
||||
#endif /* VMS */
|
||||
|
||||
#if (defined SOLARIS ) || (defined __cplusplus)
|
||||
} //extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
static int dump(ISC_QUAD* blob_id,
|
||||
|
@ -42,7 +42,7 @@
|
||||
*
|
||||
*/
|
||||
/*
|
||||
$Id: why.cpp,v 1.75 2004-06-04 14:36:45 kkuznetsov Exp $
|
||||
$Id: why.cpp,v 1.76 2004-06-07 06:50:38 kkuznetsov Exp $
|
||||
*/
|
||||
|
||||
#include "firebird.h"
|
||||
@ -4176,7 +4176,7 @@ ISC_STATUS API_ROUTINE GDS_REQUEST_INFO(ISC_STATUS* user_status,
|
||||
extern "C"
|
||||
#endif
|
||||
|
||||
SLONG ISC_EXPORT isc_reset_fpe(USHORT fpe_status)
|
||||
SLONG API_ROUTINE isc_reset_fpe(USHORT fpe_status)
|
||||
{
|
||||
/**************************************
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user