aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/interfaces/odbc/isql.h6
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