diff options
-rw-r--r-- | unixODBC/inc/sqlext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unixODBC/inc/sqlext.h b/unixODBC/inc/sqlext.h index 6247825..f31c479 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 |