8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00

Fixed problem with

extern "C" DDL_resolve_intl_type
This commit is contained in:
alexpeshkoff 2002-12-22 11:42:19 +00:00
parent 5472f73a51
commit 6adbcc873b
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ void DDL_execute(class dsql_req*);
void DDL_generate(class dsql_req*, struct dsql_nod*);
int DDL_ids(class dsql_req*);
void DDL_put_field_dtype(class dsql_req*, class dsql_fld*, USHORT);
extern "C" void DDL_resolve_intl_type(class dsql_req*, class dsql_fld*, class str*);
void DDL_resolve_intl_type(class dsql_req*, class dsql_fld*, class str*);
void DDL_resolve_intl_type2 (struct dsql_req *, struct dsql_fld *, struct str *, BOOLEAN);
#endif /* _DSQL_DDL_PROTO_H_ */

View File

@ -37,7 +37,7 @@
union any_handle {
struct why_hndl* h_why;
struct dsql_req* h_dsql;
class dsql_req* h_dsql;
class att* h_dbb;
class jrd_tra* h_tra;
};