Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
f4faa0fd822c1915a031d1d5ce24dff68a420c1e
/
.
/
gerror.h
blob: 3767f92384b005313a7b1fef7952accffc5cd293 [
file
] [
log
] [
blame
]
#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