8
0
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:
robocop 2006-04-30 06:42:40 +00:00
parent 085fe68cf2
commit 403f5e5c57

View File

@ -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;
}
#endif
void EVENT_delete_session(SLONG session_id)