]> Pileus Git - lackey/blobdiff - src/screen.h
Make month view interactive
[lackey] / src / screen.h
index 0235c8274c846f38256cbb0cd6674298a21e2a48..f5b86713e81ad7f3dc195eabbad05a1fbacd811a 100644 (file)
@@ -15,6 +15,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef SCREEN_H
+#define SCREEN_H
+
 /* Screen functions */
 void screen_init(void);
 void screen_resize(void);
@@ -50,3 +53,5 @@ int todo_run(int,mmask_t,int,int);
 int notes_run(int,mmask_t,int,int);
 int settings_run(int,mmask_t,int,int);
 int help_run(int,mmask_t,int,int);
+
+#endif