diff options
author | Hiroshi Inoue <inoue@tpf.co.jp> | 2001-10-31 23:54:02 +0000 |
---|---|---|
committer | Hiroshi Inoue <inoue@tpf.co.jp> | 2001-10-31 23:54:02 +0000 |
commit | 01da8e918d8495f720143be336c49a711716b8b8 (patch) | |
tree | a9779d64f1789d7e78bc6c7f17af55d1e5be626b | |
parent | d63805a4696b3b5c7a5ed8118ebbd4ef59e11cec (diff) | |
download | postgresql-01da8e918d8495f720143be336c49a711716b8b8.tar.gz postgresql-01da8e918d8495f720143be336c49a711716b8b8.zip |
Suppress a compiler warning.
-rw-r--r-- | src/interfaces/odbc/isql.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/interfaces/odbc/isql.h b/src/interfaces/odbc/isql.h index ba55856096e..8aa0d18be6f 100644 --- a/src/interfaces/odbc/isql.h +++ b/src/interfaces/odbc/isql.h @@ -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 |