1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Suppress a compiler warning.

This commit is contained in:
Hiroshi Inoue
2001-10-31 23:54:02 +00:00
parent d63805a469
commit 01da8e918d

View File

@ -233,6 +233,12 @@ extern "C"
PTR rgbValue,
SDWORD FAR * pcbValue);
RETCODE SQL_API SQLDataSources(HENV henv,
UWORD Direction, UCHAR FAR *ServerName,
WORD BufferLength1, WORD *NameLength1,
UCHAR FAR *Description, WORD BufferLength2,
WORD *NameLength2);
#ifdef __cplusplus
}
#endif