[PATCH] More verify code move

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/fio.h b/fio.h
index 9a8184b..e279574 100644
--- a/fio.h
+++ b/fio.h
@@ -477,7 +477,7 @@
  */
 extern void populate_verify_io_u(struct thread_data *, struct io_u *);
 extern int get_next_verify(struct thread_data *td, struct io_u *);
-extern int verify_io_u(struct io_u *);
+extern int do_io_u_verify(struct thread_data *, struct io_u **);
 
 /*
  * This is a pretty crappy semaphore implementation, but with the use that fio