mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Added the missing public entrypoint.
This commit is contained in:
parent
8c097d56d2
commit
296f0f2d6e
@ -127,6 +127,7 @@ EXPORTS
|
||||
fb_shutdown
|
||||
fb_shutdown_callback
|
||||
fb_cancel_operation
|
||||
fb_disconnect_transaction
|
||||
|
||||
perf_format @100
|
||||
perf_get_info @101
|
||||
|
@ -21,6 +21,7 @@ EXPORTS
|
||||
fb_sqlstate@8 PRIVATE
|
||||
fb_cancel_operation@12 PRIVATE
|
||||
fb_shutdown_callback@16 PRIVATE
|
||||
fb_disconnect_transaction@8 PRIVATE
|
||||
|
||||
isc_attach_database@24 PRIVATE
|
||||
isc_blob_default_desc@12 PRIVATE
|
||||
|
Loading…
Reference in New Issue
Block a user