pcal export added

This commit is contained in:
Frederic Culot
2008-08-10 09:24:46 +00:00
parent cc3b430305
commit 1674800d5f
11 changed files with 503 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: calendar.h,v 1.11 2008/08/03 18:41:55 culot Exp $ */
/* $calcurse: calendar.h,v 1.12 2008/08/10 09:24:46 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -92,6 +92,8 @@ void calendar_update_panel (WINDOW *);
void calendar_goto_today (void);
void calendar_change_day (int);
void calendar_move (move_t);
long calendar_start_of_year (void);
long calendar_end_of_year (void);
char *calendar_get_pom (time_t);
#endif /* CALCURSE_CALENDAR_H */