nbd: Update for libnbd 0.9.8
[fio.git] / gerror.h
index 69b1219acf886cbfabe2d2fb2e0391fa56da9ca9..3767f92384b005313a7b1fef7952accffc5cd293 100644 (file)
--- 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