summaryrefslogtreecommitdiff
path: root/examples/c/ex_all.c
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-06-18 14:59:19 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-06-18 14:59:19 +1000
commit24a6e63d5ba65b59ba7654232fd5ce8618b63e7d (patch)
tree79a5b2d52f8e9a0319e3446d064121c3c71cb365 /examples/c/ex_all.c
parent2161345fa1f8e58b126d61d631fdef2ad5848e5c (diff)
parent33ceb77d42304c8dcd1aca4e143b5c8e438e4341 (diff)
downloadmongo-24a6e63d5ba65b59ba7654232fd5ce8618b63e7d.tar.gz
Merge branch 'develop' into checkpoint
Conflicts: src/txn/txn.c test/format/wts_ops.c
Diffstat (limited to 'examples/c/ex_all.c')
-rw-r--r--examples/c/ex_all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/c/ex_all.c b/examples/c/ex_all.c
index 212f6fb6847..58b626a44ea 100644
--- a/examples/c/ex_all.c
+++ b/examples/c/ex_all.c
@@ -45,6 +45,7 @@ int add_collator(WT_CONNECTION *conn);
int add_compressor(WT_CONNECTION *conn);
int add_data_source(WT_CONNECTION *conn);
int add_extractor(WT_CONNECTION *conn);
+int checkpoint_ops(WT_SESSION *session);
int connection_ops(WT_CONNECTION *conn);
int cursor_ops(WT_SESSION *session);
int cursor_search_near(WT_CURSOR *cursor);