nanosecond: fix up conversion of ticks to nsec by doing the conversion in 2 stages
[fio.git] / gerror.h
1 #ifndef GFIO_ERROR_H
2 #define GFIO_ERROR_H
3
4 extern void gfio_report_error(struct gui_entry *ge, const char *format, ...);
5 extern void gfio_report_info(struct gui *ui, const char *title, const char *message);
6
7 #endif