projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d63805a
)
Suppress a compiler warning.
author
Hiroshi Inoue
Wed, 31 Oct 2001 23:54:02 +0000
(23:54 +0000)
committer
Hiroshi Inoue
Wed, 31 Oct 2001 23:54:02 +0000
(23:54 +0000)
src/interfaces/odbc/isql.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/odbc/isql.h
b/src/interfaces/odbc/isql.h
index ba55856096effbebfce14c6e8f40e8337ec7b003..8aa0d18be6fcab5136241d8ffb2f98834afdc8c5 100644
(file)
--- 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