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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cursor_order/cursor_order.h b/test/cursor_order/cursor_order.h
index 4f9240f77e8..ab9f94850df 100644
--- a/test/cursor_order/cursor_order.h
+++ b/test/cursor_order/cursor_order.h
@@ -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 *);