diff options
Diffstat (limited to 'monitor/mon.h')
-rw-r--r-- | monitor/mon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/mon.h b/monitor/mon.h index 0040eda..32d60c4 100644 --- a/monitor/mon.h +++ b/monitor/mon.h @@ -61,6 +61,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); |