5774c7872c
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
4 lines
132 B
C
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);
|