summaryrefslogtreecommitdiff
path: root/monitor/mon.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/mon.h')
-rw-r--r--monitor/mon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor/mon.h b/monitor/mon.h
index 0040eda..4430e5f 100644
--- a/monitor/mon.h
+++ b/monitor/mon.h
@@ -20,6 +20,7 @@ typedef struct {
} t_input;
typedef enum {
+ MS_PERROR,
MS_FINISH,
MS_RUN,
MS_AUTO,
@@ -61,6 +62,7 @@ typedef struct {
void disp_init();
void disp_display(t_mon *mon);
+void disp_display_ser(t_mon *mon);
void disp_finish();
void handle_kbd(t_mon *mon);