unuseful headers removed and some functions became static

This commit is contained in:
Frederic Culot
2007-07-28 13:11:42 +00:00
parent fdc325acd8
commit 4b987f70ac
28 changed files with 1021 additions and 1115 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: calendar.h,v 1.4 2007/07/21 19:39:23 culot Exp $ */
/* $calcurse: calendar.h,v 1.5 2007/07/28 13:11:42 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -27,8 +27,8 @@
#ifndef CALCURSE_CALENDAR_H
#define CALCURSE_CALENDAR_H
#include <stdbool.h>
#include <ncurses.h>
#include <stdbool.h>
#define CALHEIGHT 12
#define CALWIDTH 30