8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:03:02 +01:00

Fixed linkage type.

This commit is contained in:
dimitr 2003-01-17 07:10:18 +00:00
parent f21146185f
commit 4aec77b29c

View File

@ -36,10 +36,10 @@
#include "../jrd/thd_proto.h"
#include "../common/config/config.h"
extern int xdrmem_create(XDR *, SCHAR *, u_int, enum xdr_op);
extern "C" {
#define DUMMY_INTERVAL 60 /* seconds */
#define ATTACH_FAILURE_SPACE 2048 /* bytes */
@ -52,7 +52,6 @@ static SLONG get_parameter(UCHAR **);
#define xdrmem_create (*_libgds_xdrmem_create)
#endif
extern int xdrmem_create(XDR *, SCHAR *, u_int, enum xdr_op);
extern void DLL_EXPORT THD_init_data();