summaryrefslogtreecommitdiff
path: root/src/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/extern.h')
-rw-r--r--src/include/extern.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/extern.h b/src/include/extern.h
index 3352430f6fa..f9e6a3f6db5 100644
--- a/src/include/extern.h
+++ b/src/include/extern.h
@@ -267,10 +267,6 @@ extern int __wt_bloom_drop(WT_BLOOM *bloom, const char *config);
extern int __wt_bulk_init(WT_CURSOR_BULK *cbulk);
extern int __wt_bulk_insert(WT_CURSOR_BULK *cbulk);
extern int __wt_bulk_end(WT_CURSOR_BULK *cbulk);
-extern int __wt_cache_config(WT_CONNECTION_IMPL *conn, const char *cfg[]);
-extern int __wt_cache_create(WT_CONNECTION_IMPL *conn, const char *cfg[]);
-extern void __wt_cache_stats_update(WT_CONNECTION_IMPL *conn);
-extern void __wt_cache_destroy(WT_CONNECTION_IMPL *conn);
extern int __wt_compact(WT_SESSION_IMPL *session, const char *cfg[]);
extern int __wt_compact_page_skip( WT_SESSION_IMPL *session,
WT_PAGE *parent,
@@ -607,6 +603,10 @@ extern const char *__wt_confdfl_table_meta;
extern WT_CONFIG_CHECK __wt_confchk_table_meta[];
extern const char *__wt_confdfl_wiredtiger_open;
extern WT_CONFIG_CHECK __wt_confchk_wiredtiger_open[];
+extern int __wt_cache_config(WT_CONNECTION_IMPL *conn, const char *cfg[]);
+extern int __wt_cache_create(WT_CONNECTION_IMPL *conn, const char *cfg[]);
+extern void __wt_cache_stats_update(WT_CONNECTION_IMPL *conn);
+extern void __wt_cache_destroy(WT_CONNECTION_IMPL *conn);
extern int __wt_conn_cache_pool_config(WT_SESSION_IMPL *session,
const char **cfg);
extern int __wt_conn_cache_pool_open(WT_SESSION_IMPL *session);