We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52856ad commit ee8c8e2Copy full SHA for ee8c8e2
src/jrd/jrd_proto.h
@@ -75,7 +75,6 @@ bool JRD_verify_database_access(const Firebird::PathName&);
75
void JRD_shutdown_attachment(Jrd::Attachment* attachment);
76
void JRD_shutdown_attachments(Jrd::Database* dbb);
77
void JRD_cancel_operation(Jrd::thread_db* tdbb, Jrd::Attachment* attachment, int option);
78
-void JRD_make_role_name(Jrd::MetaName& userIdRole, const int dialect);
79
void JRD_transliterate(Jrd::thread_db* tdbb, Firebird::IStatus* vector) noexcept;
80
81
bool JRD_shutdown_database(Jrd::Database* dbb, const unsigned flags = 0);
0 commit comments