@@ -0,0 +1,10 @@
/* SPDX-License-Identifier: MIT */
#ifndef HOME_H /* header guard */
#define HOME_H
#include "globals.h"
void draw_home(struct Screen *screen, char *input);
#endif
The note is not visible to the blocked user.