mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 20:43:04 +01:00
Tweak to be able to link after compiling print_event.cpp.
This commit is contained in:
parent
085fe68cf2
commit
403f5e5c57
@ -160,7 +160,8 @@ void EVENT_cancel(SLONG request_id)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SLONG EVENT_create_session(ISC_STATUS * status_vector)
|
#ifndef SUPERCLIENT
|
||||||
|
SLONG EVENT_create_session(ISC_STATUS* status_vector)
|
||||||
{
|
{
|
||||||
/**************************************
|
/**************************************
|
||||||
*
|
*
|
||||||
@ -196,6 +197,7 @@ SLONG EVENT_create_session(ISC_STATUS * status_vector)
|
|||||||
|
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void EVENT_delete_session(SLONG session_id)
|
void EVENT_delete_session(SLONG session_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user