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 60231f2..36d105f 100755
--- a/src/recur.h
+++ b/src/recur.h
@@ -1,4 +1,4 @@
-/* $calcurse: recur.h,v 1.25 2009/01/01 17:50:41 culot Exp $ */
+/* $calcurse: recur.h,v 1.26 2009/01/03 21:32:11 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -86,8 +86,8 @@ typedef void (*recur_cb_foreach_date_t)(FILE *, long, char *);
extern recur_apoint_llist_t *recur_alist_p;
extern struct recur_event_s *recur_elist;
-void recur_event_free_bkp (void);
-void recur_apoint_free_bkp (void);
+void recur_event_free_bkp (erase_flag_e);
+void recur_apoint_free_bkp (erase_flag_e);
void recur_apoint_llist_init (void);
void recur_apoint_llist_free (void);
void recur_event_llist_free (void);