diff options
author | Keith Bostic <keith@wiredtiger.com> | 2013-04-17 11:02:54 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2013-04-17 11:02:54 -0400 |
commit | 08c982ad15b25a8b9128bb6742aa5c1809e792df (patch) | |
tree | 84330b9eefb0da7b3b4ed9a95f89deaab2c3b0cc /dist/s_funcs.list | |
parent | 2a89a594b84010d0e24ac4714ca991aaeda9fa00 (diff) | |
download | mongo-08c982ad15b25a8b9128bb6742aa5c1809e792df.tar.gz |
Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.
Pass the wiredtiger_extension_init function a (WT_CONNECTION *) instead
of a (WT_SESSION *, WT_EXTENSION_API) pair.
Diffstat (limited to 'dist/s_funcs.list')
-rw-r--r-- | dist/s_funcs.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/s_funcs.list b/dist/s_funcs.list index aaefb4e09cc..154614a4168 100644 --- a/dist/s_funcs.list +++ b/dist/s_funcs.list @@ -15,7 +15,6 @@ __wt_log_printf __wt_nlpo2 __wt_nlpo2_round __wt_print_huffman_code -wiredtiger_extension_api wiredtiger_pack_int wiredtiger_pack_item wiredtiger_pack_str |