summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2012-01-19 13:34:36 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2012-01-19 13:34:36 +0000
commit0f9f372921867a1fb678cdc136b5b5e33e335999 (patch)
tree0539b008ac186c2f5ab318dc2d7ea0f7bbe3c733 /examples
parent9b78ac9b71265b024dc25f4475eba43331e7364f (diff)
downloadmongo-0f9f372921867a1fb678cdc136b5b5e33e335999.tar.gz
ex_stat.c:73: warning: no previous prototype for 'print_overflow_pages'
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_stat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/c/ex_stat.c b/examples/c/ex_stat.c
index 7d9852fbd74..978dd9c3fc5 100644
--- a/examples/c/ex_stat.c
+++ b/examples/c/ex_stat.c
@@ -18,6 +18,7 @@
int print_cursor(WT_CURSOR *);
int print_database_stats(WT_SESSION *);
int print_file_stats(WT_SESSION *);
+int print_overflow_pages(WT_SESSION *);
const char *home = "WT_TEST";