mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
This commit is contained in:
parent
24789e6472
commit
8b91db34fd
@ -1236,7 +1236,7 @@ bool ISQL_errmsg(Firebird::IStatus* st)
|
||||
}
|
||||
}
|
||||
|
||||
ISQL_warning(fbStatus);
|
||||
ISQL_warning(st);
|
||||
|
||||
if (Input_file)
|
||||
{
|
||||
@ -1300,7 +1300,7 @@ bool ISQL_errmsg(Firebird::IStatus* st)
|
||||
}
|
||||
|
||||
|
||||
void ISQL_warning(Firebird::CheckStatusWrapper* st)
|
||||
void ISQL_warning(Firebird::IStatus* st)
|
||||
{
|
||||
/**************************************
|
||||
*
|
||||
|
@ -35,7 +35,7 @@ void ISQL_array_dimensions(const TEXT*);
|
||||
bool ISQL_dbcheck();
|
||||
void ISQL_disconnect_database(bool);
|
||||
bool ISQL_errmsg(Firebird::IStatus*);
|
||||
void ISQL_warning(Firebird::CheckStatusWrapper*);
|
||||
void ISQL_warning(Firebird::IStatus*);
|
||||
void ISQL_exit_db();
|
||||
// CVC: Not found.
|
||||
//int ISQL_extract(TEXT*, int, FILE*, FILE*, FILE*);
|
||||
|
Loading…
Reference in New Issue
Block a user