aboutsummaryrefslogtreecommitdiffstats
path: root/src/recur.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-08-15 15:37:31 +0000
committerFrederic Culot <calcurse@culot.org>2007-08-15 15:37:31 +0000
commit77d047d0334d7b8c522f25c7b77600f8e2ac284f (patch)
tree899b5067b1771f8dad0d92796b245e7676aeca65 /src/recur.h
parent9fdc33133ce6770e5eecb591d480ed378a66f673 (diff)
downloadcalcurse-77d047d0334d7b8c522f25c7b77600f8e2ac284f.tar.gz
calcurse-77d047d0334d7b8c522f25c7b77600f8e2ac284f.zip
recur_repeat_item() updated to use apoint_hilt()
Diffstat (limited to 'src/recur.h')
-rwxr-xr-xsrc/recur.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/recur.h b/src/recur.h
index 84dae52..7a3c036 100755
--- a/src/recur.h
+++ b/src/recur.h
@@ -1,4 +1,4 @@
-/* $calcurse: recur.h,v 1.14 2007/07/29 20:59:09 culot Exp $ */
+/* $calcurse: recur.h,v 1.15 2007/08/15 15:37:31 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -90,7 +90,7 @@ unsigned recur_item_inday(long, struct days_s *, int,
int, long, long);
void recur_event_erase(long, unsigned, unsigned);
void recur_apoint_erase(long, unsigned, unsigned);
-void recur_repeat_item(int);
+void recur_repeat_item(void);
struct days_s *recur_exc_scan(FILE *);
struct notify_app_s *recur_apoint_check_next(struct notify_app_s *,
long, long);