gfio: set notebook label to base filename
[fio.git] / gclient.h
... / ...
CommitLineData
1#ifndef GFIO_CLIENT_H
2#define GFIO_CLIENT_H
3
4extern struct client_ops gfio_client_ops;
5
6extern void gfio_display_end_results(struct gfio_client *);
7
8#endif