/* * INPUT: linked list of subjects * OUTPUT: ll of events to iCal * ll of updated subjects to db for next day * return events_ll to caller(ui)?? * */ #include "planner.h" // for subject and event structs #include "config.h"