diff options
author | Frederic Culot <calcurse@culot.org> | 2008-09-15 20:40:22 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-09-15 20:40:22 +0000 |
commit | a126904b7e462a72c276387dde1f5ba10a88d05d (patch) | |
tree | 9324fbe0c28ddc38cfb7361002ddca18ddbea006 /src/recur.h | |
parent | 2a873eafb37023ad55e02f4c31a475b5a0ac4168 (diff) | |
download | calcurse-a126904b7e462a72c276387dde1f5ba10a88d05d.zip |
Initial work on icalendar import
Diffstat (limited to 'src/recur.h')
-rwxr-xr-x | src/recur.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |