]> granicus.if.org Git - postgresql/commitdiff
Suppress a compiler warning.
authorHiroshi Inoue <inoue@tpf.co.jp>
Wed, 31 Oct 2001 23:54:02 +0000 (23:54 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Wed, 31 Oct 2001 23:54:02 +0000 (23:54 +0000)
src/interfaces/odbc/isql.h

index ba55856096effbebfce14c6e8f40e8337ec7b003..8aa0d18be6fcab5136241d8ffb2f98834afdc8c5 100644 (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