diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-03-14 10:21:47 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-03-14 10:21:47 +0000 |
commit | 3885b55364219c81e4c539e8fac41e8d7ea04d76 (patch) | |
tree | 2c41d5fff1b6b70c52402f6c102805e50523ffcc /unixODBC/inc | |
parent | c46a94dfcdd347d569dc8f72f7e7ba9585426e6f (diff) |
use matching int type for BOOL in prototype
Diffstat (limited to 'unixODBC/inc')
-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 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 |