gfio: add gerror.c for reporting errors
[fio.git] / gerror.h
CommitLineData
41666588
JA
1#ifndef GFIO_ERROR_H
2#define GFIO_ERROR_H
3
4extern void gfio_report_error(struct gui_entry *ge, const char *format, ...);
5
6#endif