From a126904b7e462a72c276387dde1f5ba10a88d05d Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Mon, 15 Sep 2008 20:40:22 +0000 Subject: Initial work on icalendar import --- src/recur.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/recur.h') diff --git a/src/recur.h b/src/recur.h index d4af3e8..ffbd148 100755 --- a/src/recur.h +++ b/src/recur.h @@ -1,4 +1,4 @@ -/* $calcurse: recur.h,v 1.20 2008/08/10 09:24:46 culot Exp $ */ +/* $calcurse: recur.h,v 1.21 2008/09/15 20:40:22 culot Exp $ */ /* * Calcurse - text-based organizer @@ -37,11 +37,11 @@ typedef enum } recur_types_t; -struct days_s +typedef struct days_s { struct days_s *next; long st; /* beggining of the considered day, in seconds */ -}; +} days_t; struct rpt_s { -- cgit v1.2.3-54-g00ecf