core-agent-linux/qubes-rpc/gui-fatal.h
Marek Marczykowski-Górecki 5774c7872c
qfile-agent: move data handling code to libqubes-rpc-filecopy
This makes the qfile packing code reusable, for example for some dom0
tool. Now qfile-agent.c is only an interface for underlying library.

QubesOS/qubes-issues#1324
2015-11-03 03:42:24 +01:00

4 lines
132 B
C

void gui_fatal(const char *fmt, ...);
void gui_nonfatal(const char *fmt, ...);
void qfile_gui_fatal(const char *fmt, va_list args);