Sign in
◑
Theme
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
axboe
/
fio
/
acce4fcaac6218eaa9100dec858507dc712dd3cb
/
.
/
gerror.h
blob: 3767f92384b005313a7b1fef7952accffc5cd293 [
file
]
#ifndef
GFIO_ERROR_H
#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