12 lines
217 B
C
12 lines
217 B
C
|
|
#ifndef _TOOL_DIAG_DIAG_H_
|
||
|
|
#define _TOOL_DIAG_DIAG_H_
|
||
|
|
|
||
|
|
#include <blue/term/tty.h>
|
||
|
|
#include <mie/status.h>
|
||
|
|
|
||
|
|
struct mie_diag;
|
||
|
|
|
||
|
|
extern enum mie_status mie_diag_write_pretty(struct mie_diag *diag, b_tty *stream);
|
||
|
|
|
||
|
|
#endif
|