8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-26 06:43:04 +01:00
firebird-mirror/src/remote/window_proto.h
2001-05-23 13:26:42 +00:00

15 lines
232 B
C

#ifndef REMOTE_WINDOW_PROTO_H
#define REMOTE_WINDOW_PROTO_H
#ifdef __cplusplus
extern "C" {
#endif
extern int WINDOW_main (HINSTANCE, int, USHORT);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* REMOTE_WINDOW_PROTO_H */