summaryrefslogtreecommitdiff
path: root/unixODBC
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-03-14 10:21:47 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-03-14 10:21:47 +0000
commit3885b55364219c81e4c539e8fac41e8d7ea04d76 (patch)
tree2c41d5fff1b6b70c52402f6c102805e50523ffcc /unixODBC
parentc46a94dfcdd347d569dc8f72f7e7ba9585426e6f (diff)
use matching int type for BOOL in prototype
Diffstat (limited to 'unixODBC')
-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