summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-03-20 10:49:41 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-03-20 10:49:41 -0400
commite9bd34719860356f9bcac88a9d8ca6848aeb7855 (patch)
tree149e215ce95ec57dc74042ef5b957a1fcb66697b /src/include
parent94d3e1ff61eeff4801a64cc6f753eeb7a8eb9650 (diff)
downloadmongo-e9bd34719860356f9bcac88a9d8ca6848aeb7855.tar.gz
Add tests for illegal block compressors.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/extern.h b/src/include/extern.h
index 5c2fe8f952d..11e26e8480d 100644
--- a/src/include/extern.h
+++ b/src/include/extern.h
@@ -120,6 +120,7 @@ extern void __wt_free_ref( WT_SESSION_IMPL *session, WT_PAGE *page, WT_REF *ref,
extern void __wt_free_ref_index(WT_SESSION_IMPL *session, WT_PAGE *page, WT_PAGE_INDEX *pindex, int free_pages);
extern int __wt_btree_open(WT_SESSION_IMPL *session, const char *op_cfg[]);
extern int __wt_btree_close(WT_SESSION_IMPL *session);
+extern int __wt_compressor_confchk(WT_SESSION_IMPL *session, WT_CONFIG_ITEM *cval);
extern void __wt_root_ref_init(WT_REF *root_ref, WT_PAGE *root, int is_recno);
extern int __wt_btree_tree_open( WT_SESSION_IMPL *session, const uint8_t *addr, size_t addr_size);
extern int __wt_btree_new_leaf_page(WT_SESSION_IMPL *session, WT_PAGE **pagep);