goptions: use gopt->gjv for option hiding
[fio.git] / gclient.h
1 #ifndef GFIO_CLIENT_H
2 #define GFIO_CLIENT_H
3
4 extern struct client_ops gfio_client_ops;
5
6 extern void gfio_display_end_results(struct gfio_client *);
7
8 #endif