summaryrefslogtreecommitdiff
path: root/test/fops/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/fops/thread.h')
-rw-r--r--test/fops/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fops/thread.h b/test/fops/thread.h
index 89b7984a166..f6b6bdffd63 100644
--- a/test/fops/thread.h
+++ b/test/fops/thread.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.
@@ -39,7 +39,7 @@ extern const char *config; /* Object config */
extern pthread_rwlock_t single; /* Single-thread */
-int fop_start(u_int);
+void fop_start(u_int);
void obj_bulk(void);
void obj_bulk_unique(int);
void obj_checkpoint(void);