2026-01-27 20:47:32 +00:00
|
|
|
#ifndef _TOOL_DIAG_DIAG_H_
|
|
|
|
|
#define _TOOL_DIAG_DIAG_H_
|
|
|
|
|
|
2026-03-16 13:59:14 +00:00
|
|
|
#include <fx/term/tty.h>
|
2026-01-27 20:47:32 +00:00
|
|
|
#include <mie/status.h>
|
|
|
|
|
|
|
|
|
|
struct mie_diag;
|
|
|
|
|
|
2026-03-16 13:59:14 +00:00
|
|
|
extern enum mie_status mie_diag_write_pretty(struct mie_diag *diag, fx_tty *stream);
|
2026-01-27 20:47:32 +00:00
|
|
|
|
|
|
|
|
#endif
|