summaryrefslogtreecommitdiff
path: root/test/cursor_order/cursor_order.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cursor_order/cursor_order.h')
-rw-r--r--test/cursor_order/cursor_order.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cursor_order/cursor_order.h b/test/cursor_order/cursor_order.h
index 98a7d03c6f3..ab9f94850df 100644
--- a/test/cursor_order/cursor_order.h
+++ b/test/cursor_order/cursor_order.h
@@ -1,5 +1,5 @@
/*-
- * Public Domain 2014-2016 MongoDB, Inc.
+ * Public Domain 2014-2017 MongoDB, Inc.
* Public Domain 2008-2014 WiredTiger, Inc.
*
* This is free and unencumbered software released into the public domain.
@@ -50,5 +50,5 @@ typedef struct {
} SHARED_CONFIG;
void load(SHARED_CONFIG *, const char *);
-int ops_start(SHARED_CONFIG *);
+void ops_start(SHARED_CONFIG *);
void verify(SHARED_CONFIG *, const char *);