#ifndef EVERY_CALENDAR_H #define EVERY_CALENDAR_H #include "entry.h" struct calendar_s { struct entry_s *entries; }; #endif