wnet_proto.h (Firebird-3.0.2.32703-0.tar.bz2) | : | wnet_proto.h (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
* | * | |||
* All Rights Reserved. | * All Rights Reserved. | |||
* Contributor(s): ______________________________________. | * Contributor(s): ______________________________________. | |||
*/ | */ | |||
#ifndef REMOTE_WNET_PROTO_H | #ifndef REMOTE_WNET_PROTO_H | |||
#define REMOTE_WNET_PROTO_H | #define REMOTE_WNET_PROTO_H | |||
#include "../common/classes/fb_string.h" | #include "../common/classes/fb_string.h" | |||
#ifdef __cplusplus | ||||
extern "C" { | ||||
#endif | ||||
rem_port* WNET_analyze(ClntAuthBlock*, const Firebird::PathName&, const TEX T*, bool, | rem_port* WNET_analyze(ClntAuthBlock*, const Firebird::PathName&, const TEX T*, bool, | |||
Firebird::RefPtr<const Config>*, const Firebird::PathName*); | Firebird::RefPtr<const Config>*, const Firebird::PathName*); | |||
rem_port* WNET_connect(const TEXT*, struct packet*, USHORT, Firebird::RefPt r<const Config>*); | rem_port* WNET_connect(const TEXT*, struct packet*, USHORT, Firebird::RefPt r<const Config>*); | |||
rem_port* WNET_reconnect(HANDLE); | rem_port* WNET_reconnect(HANDLE); | |||
#ifdef __cplusplus | ||||
} /* extern "C" */ | ||||
#endif | ||||
#endif // REMOTE_WNET_PROTO_H | #endif // REMOTE_WNET_PROTO_H | |||
End of changes. 2 change blocks. | ||||
8 lines changed or deleted | 0 lines changed or added |