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

Minor corrections after prototype changes

This commit is contained in:
kkuznetsov 2004-06-07 06:50:38 +00:00
parent 9a8e532f53
commit b5ebd1a662
2 changed files with 6 additions and 5 deletions

View File

@ -1956,6 +1956,10 @@ int API_ROUTINE BLOB_put(SCHAR x, BSTREAM* bstream)
return TRUE; return TRUE;
} }
#if (defined SOLARIS ) || (defined __cplusplus)
} //extern "C" {
#endif
#ifdef VMS #ifdef VMS
static display(ISC_QUAD* blob_id, void* database, void* transaction) 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 */ #endif /* VMS */
#if (defined SOLARIS ) || (defined __cplusplus)
} //extern "C" {
#endif
static int dump(ISC_QUAD* blob_id, static int dump(ISC_QUAD* blob_id,

View File

@ -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" #include "firebird.h"
@ -4176,7 +4176,7 @@ ISC_STATUS API_ROUTINE GDS_REQUEST_INFO(ISC_STATUS* user_status,
extern "C" extern "C"
#endif #endif
SLONG ISC_EXPORT isc_reset_fpe(USHORT fpe_status) SLONG API_ROUTINE isc_reset_fpe(USHORT fpe_status)
{ {
/************************************** /**************************************
* *