summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2015-03-23 10:10:22 +1100
committerAlex Gorrod <alexander.gorrod@mongodb.com>2015-03-23 10:10:22 +1100
commit7a976eee6963cfb3c890f5b2dbe2245d4266ba54 (patch)
tree5184585e8ddfc07a5418d8b23bcf72891a1e1898 /src/include
parent647382eba721155dacfbfe7a13f478e863515fd8 (diff)
parent5274f2e1585d9aef76b5e4d980e52d994a2b639f (diff)
downloadmongo-7a976eee6963cfb3c890f5b2dbe2245d4266ba54.tar.gz
Merge pull request #1796 from wiredtiger/clear-handle-on-close
simplify __wt_close calls
Diffstat (limited to 'src/include')
-rw-r--r--src/include/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/extern.h b/src/include/extern.h
index 2f3c5a484d2..ff649eb62d7 100644
--- a/src/include/extern.h
+++ b/src/include/extern.h
@@ -480,7 +480,7 @@ extern int __wt_writeunlock(WT_SESSION_IMPL *session, WT_RWLOCK *rwlock);
extern int __wt_rwlock_destroy(WT_SESSION_IMPL *session, WT_RWLOCK **rwlockp);
extern int __wt_once(void (*init_routine)(void));
extern int __wt_open(WT_SESSION_IMPL *session, const char *name, int ok_create, int exclusive, int dio_type, WT_FH **fhp);
-extern int __wt_close(WT_SESSION_IMPL *session, WT_FH *fh);
+extern int __wt_close(WT_SESSION_IMPL *session, WT_FH **fhp);
extern int __wt_absolute_path(const char *path);
extern const char *__wt_path_separator(void);
extern int __wt_has_priv(void);