X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gerror.h;h=3767f92384b005313a7b1fef7952accffc5cd293;hp=69b1219acf886cbfabe2d2fb2e0391fa56da9ca9;hb=01bf5128d0581e267383f280c6a1dcd26517240f;hpb=41666588eed4ed830b1fabd0458eb2b0a93f0147 diff --git a/gerror.h b/gerror.h index 69b1219a..3767f923 100644 --- a/gerror.h +++ b/gerror.h @@ -2,5 +2,6 @@ #define GFIO_ERROR_H extern void gfio_report_error(struct gui_entry *ge, const char *format, ...); +extern void gfio_report_info(struct gui *ui, const char *title, const char *message); #endif