summaryrefslogtreecommitdiff
path: root/examples/c/ex_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c/ex_stat.c')
-rw-r--r--examples/c/ex_stat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/c/ex_stat.c b/examples/c/ex_stat.c
index ba473d6be04..cf9e8fb97d1 100644
--- a/examples/c/ex_stat.c
+++ b/examples/c/ex_stat.c
@@ -63,7 +63,7 @@ print_cursor(WT_CURSOR *cursor)
}
/*! [statistics display function] */
-int
+int
print_database_stats(WT_SESSION *session)
{
WT_CURSOR *cursor;
@@ -81,7 +81,7 @@ print_database_stats(WT_SESSION *session)
return (ret);
}
-int
+int
print_file_stats(WT_SESSION *session)
{
WT_CURSOR *cursor;
@@ -99,7 +99,7 @@ print_file_stats(WT_SESSION *session)
return (ret);
}
-int
+int
print_join_cursor_stats(WT_SESSION *session)
{
WT_CURSOR *idx_cursor, *join_cursor, *stat_cursor;