summaryrefslogtreecommitdiff
path: root/unixODBC/inc/sqlext.h
diff options
context:
space:
mode:
Diffstat (limited to 'unixODBC/inc/sqlext.h')
-rw-r--r--unixODBC/inc/sqlext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unixODBC/inc/sqlext.h b/unixODBC/inc/sqlext.h
index bd730f1fbd58..6520bddad8af 100644
--- a/unixODBC/inc/sqlext.h
+++ b/unixODBC/inc/sqlext.h
@@ -2108,7 +2108,7 @@ VOID FireVSDebugEvent(PODBC_VS_ARGS);
* connection pooling retry times
*/
-bool ODBCSetTryWaitValue ( DWORD dwValue );
+int ODBCSetTryWaitValue ( DWORD dwValue );
#ifdef __cplusplus
DWORD ODBCGetTryWaitValue ( );
#else