MAX_TYPES added

This commit is contained in:
Frederic Culot 2006-08-01 20:34:44 +00:00
parent 54af01a64b
commit 3a93c079f9

View File

@ -1,4 +1,4 @@
/* $calcurse: day.h,v 1.1 2006/07/31 21:00:03 culot Exp $ */ /* $calcurse: day.h,v 1.2 2006/08/01 20:34:44 culot Exp $ */
/* /*
* Calcurse - text-based organizer * Calcurse - text-based organizer
@ -29,6 +29,8 @@
#include "apoint.h" #include "apoint.h"
#define MAX_TYPES 4
#define RECUR_EVNT 1 #define RECUR_EVNT 1
#define EVNT 2 #define EVNT 2
#define RECUR_APPT 3 #define RECUR_APPT 3
@ -62,5 +64,6 @@ void day_write_pad(long date, int width, int length, int incolor, int colr);
struct apoint_s *day_item_s2apoint_s(struct day_item_s *p); struct apoint_s *day_item_s2apoint_s(struct day_item_s *p);
void day_popup_item(void); void day_popup_item(void);
int day_check_if_item(int year, int month, int day); int day_check_if_item(int year, int month, int day);
int day_erase_item(long date, int item_number);
#endif /* CALCURSE_DAY_H */ #endif /* CALCURSE_DAY_H */