From: Hiroshi Inoue Date: Wed, 31 Oct 2001 23:54:02 +0000 (+0000) Subject: Suppress a compiler warning. X-Git-Tag: REL7_2_BETA2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01da8e918d8495f720143be336c49a711716b8b8;p=postgresql Suppress a compiler warning. --- diff --git a/src/interfaces/odbc/isql.h b/src/interfaces/odbc/isql.h index ba55856096..8aa0d18be6 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