/* _dict.cc 05/01/2001 01.22.28 */ /* agenda.tlcc 09/01/2001 09.10.04 */ /* pref.tlcc 09/01/2001 09.10.04 */ void pref_edit (void); /* tasks.tlcc 09/01/2001 09.10.04 */ bool tasks_getshort (int year, int month, int day, const char *team, char line[10]); void tasks_gettitles (int year, int month, int day, const char *team, SSTRINGS&tb); void tasks_getday (int year, int month, int day, const char *team, SSTRING tb[48]); /* team.tlcc 09/01/2001 09.10.04 */ void team_select (CALENDAR_CTX&ctx); void team_define (void);