cal_desc
struct cal_desc *desc, char *extra)
struct cal_desc *desc;
struct cal_desc *description; /* Event description */
struct cal_desc;
struct cal_desc *desc, char *extra);
static struct cal_desc *cal_desc_new(struct cal_desc **head);
static void cal_desc_freeall(struct cal_desc *head);
static void cal_desc_addline(struct cal_desc *desc, const char *line);
struct cal_desc *desc;
static struct cal_desc *
cal_desc_new(struct cal_desc **head)
struct cal_desc *desc = xcalloc(1, sizeof(*desc));
cal_desc_freeall(struct cal_desc *head)
struct cal_desc *desc;
cal_desc_addline(struct cal_desc *desc, const char *line)
struct cal_desc *description; /* event description (T_DATE) */
static struct cal_desc *descriptions = NULL;
struct cal_desc *next;