blob: 3767f92384b005313a7b1fef7952accffc5cd293 [file] [log] [blame]
Jens Axboe41666582012-03-21 10:25:29 +01001#ifndef GFIO_ERROR_H
2#define GFIO_ERROR_H
3
4extern void gfio_report_error(struct gui_entry *ge, const char *format, ...);
Jens Axboe1252d8f2012-03-21 11:13:31 +01005extern void gfio_report_info(struct gui *ui, const char *title, const char *message);
Jens Axboe41666582012-03-21 10:25:29 +01006
7#endif