aboutsummaryrefslogtreecommitdiffstats
path: root/src/recur.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/recur.h')
-rwxr-xr-xsrc/recur.h6
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
{